{{define "title"}}Match Play{{end}} {{define "body"}}
Load Test Match

{{range $type, $matches := .MatchesByType}}
{{range $match := $matches}} {{end}}
Match Time Action
{{$match.DisplayName}} {{$match.Time}} Load Show Result
{{end}}
 
 
Blue Teams
DS
R
B
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
B
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" .}}

Audience Display

Scoring Status

Referee
Red Scoring
Blue Scoring

Alliance Station Display
{{end}} {{define "script"}} {{end}} {{define "matchPlayTeam"}}
{{.position}}
{{end}}