{{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

{{range $rule := .Rules}} {{$rule}} {{end}}
Clear
{{else}}

Waiting for the next match...

{{end}} {{define "foul"}} {{.foul.TeamId}} {{if .foul.IsTechnical}}Technical {{end}}Foul {{.foul.Rule}} Delete {{end}}