{{/* 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"}}
| 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}} | {{if $match.IsComplete}}{{$match.RedScore}}{{end}} | {{if $match.IsComplete}}{{$match.BlueScore}}{{end}} | Edit |