{{/* Copyright 2018 Team 254. All Rights Reserved. Author: pat@patfairbank.com (Patrick Fairbank) Display that shows upcoming matches and timing information. */}} Queueing Display - {{.EventSettings.Name}} - Cheesy Arena {{range $i, $match := .Matches}}

{{if eq $i 0}} On Field {{else if eq $i 1}} On Deck {{else if eq $i 2}} Up In 2 {{else if eq $i 3}} Up In 3 {{else if eq $i 4}} Up In 4 {{end}}


{{$.MatchTypePrefix}}{{$match.DisplayName}}

{{$match.Time.Local.Format "3:04 PM"}}

{{if eq $i 0}}
{{end}}


{{if $match.Red1}}
{{$match.Red1}}
{{$match.Red2}}
{{$match.Red3}} {{range $team := (index $.RedOffFieldTeams $i) }}
{{$team}} {{end}}
{{if $match.ElimRedAlliance}}
{{$match.ElimRedAlliance}}
{{end}}
{{end}}
{{if $match.Blue1}}
{{if $match.ElimBlueAlliance}}
{{$match.ElimBlueAlliance}}
{{end}}
{{$match.Blue1}}
{{$match.Blue2}}
{{$match.Blue3}} {{range $team := (index $.BlueOffFieldTeams $i) }}
{{$team}} {{end}}
{{end}}


{{end}}