{{/* 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}} Last Call {{else if eq $i 3}} Second Call {{else if eq $i 4}} First Call {{end}}


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

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

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


{{$match.Red1}}
{{$match.Red2}}
{{$match.Red3}}
{{$match.Blue1}}
{{$match.Blue2}}
{{$match.Blue3}}


{{end}}