{{define "title"}}Match Play{{end}} {{define "body"}}
{{range $type, $matches := .MatchesByType}}
{{range $match := $matches}} {{end}}
Match Time Action
{{$match.DisplayName}} {{$match.Time}} Generate Fake Result Queue
{{end}}
Blue Teams
DS
R
B
Byp
1
{{template "matchPlayTeam" .Match.Blue1}}
2
{{template "matchPlayTeam" .Match.Blue2}}
3
{{template "matchPlayTeam" .Match.Blue3}}
Red Teams
DS
R
B
Byp
3
{{template "matchPlayTeam" .Match.Red3}}
2
{{template "matchPlayTeam" .Match.Red2}}
1
{{template "matchPlayTeam" .Match.Red1}}
{{end}} {{define "script"}} {{end}} {{define "matchPlayTeam"}}
{{end}}