{{if .EntryEnabled}}
{{.MatchType}} Match {{.MatchDisplayName}}
Fouls
{{range $foul := .RedFouls}} {{template "foul" dict "foul" $foul "color" "red"}} {{end}} {{range $foul := .BlueFouls}} {{template "foul" dict "foul" $foul "color" "blue"}} {{end}}
Add/Edit Foul
{{.Red1}}
{{.Red2}}
{{.Red3}}
{{.Blue1}}
{{.Blue2}}
{{.Blue3}}
Foul
Tech Foul
{{range $rule := .Rules}}
{{$rule}}
{{end}}
Clear
Add Foul
Commit Match
{{else}}
Waiting for the next match...
{{end}}