{{define "title"}}Match FTA{{end}} {{define "body"}}
 
 
Blue Teams
DS
R
Bat
Trip Time
Lost Pack
Byp
{{template "matchPlayTeam" dict "team" .Match.Blue1 "color" "B" "position" 1 "data" .}} {{template "matchPlayTeam" dict "team" .Match.Blue2 "color" "B" "position" 2 "data" .}} {{template "matchPlayTeam" dict "team" .Match.Blue3 "color" "B" "position" 3 "data" .}}
Red Teams
DS
R
Bat
Trip Time
Lost Pack
Byp
{{template "matchPlayTeam" dict "team" .Match.Red3 "color" "R" "position" 3 "data" .}} {{template "matchPlayTeam" dict "team" .Match.Red2 "color" "R" "position" 2 "data" .}} {{template "matchPlayTeam" dict "team" .Match.Red1 "color" "R" "position" 1 "data" .}}

{{end}} {{define "script"}} {{end}} {{define "matchPlayTeam"}}
{{.position}}
{{end}}