{{/* Copyright 2014 Team 254. All Rights Reserved. Author: pat@patfairbank.com (Patrick Fairbank) UI for listing matches and their results. */}} {{define "title"}}Match Review{{end}} {{define "body"}}
{{range $type, $matches := .MatchesByType}}
{{range $match := $matches}} {{end}}
Match Time Red Alliance Blue Alliance Red Score Blue Score Action
{{$match.DisplayName}} {{$match.Time}} {{index $match.RedTeams 0}}, {{index $match.RedTeams 1}}, {{index $match.RedTeams 2}} {{index $match.BlueTeams 0}}, {{index $match.BlueTeams 1}}, {{index $match.BlueTeams 2}} {{$match.RedScore}} {{$match.BlueScore}} Edit
{{end}}
{{end}} {{define "script"}} {{end}}