{{printf (t "title") .PlanIndex}} {{printf (t "line1") (spanColor "#47b5ff" .Slot1Text) .FixedSlotLabel (spanColor "#e877fe" .FixedName)}}
{{printf (t "line2") .NeedsCount .MatchedCount}}
{{t "line3"}}{{if .Needs}}{{range $i, $w := .Needs}}{{if $i}}{{separator}}{{end}}{{spanColor $w.Color (escapeHTML $w.Name)}}{{end}}{{else}}{{t "no_weapons"}}{{end}}
{{t "line4"}}{{if .Matched}}{{range $i, $w := .Matched}}{{if $i}}{{separator}}{{end}}{{spanColor $w.Color (escapeHTML $w.Name)}}{{end}}{{else}}{{t "no_weapons"}}{{end}}