{{/* Copyright 2014 Team 254. All Rights Reserved. Author: pat@patfairbank.com (Patrick Fairbank) UI for generating a match schedule. */}} {{define "title"}}Match Scheduling{{end}} {{define "body"}}
{{if .ErrorMessage}}
{{.ErrorMessage}}
{{end}}
Schedule Parameters

Total match count: 0
Matches per team: 0
Excess matches: 0
Matches needed for +1 per team: 0

{{range $match := .Matches}} {{end}}
Match Type Time
{{$match.DisplayName}} {{$match.Type}} {{$match.Time}}
{{range $team, $firstMatch := .TeamFirstMatches}} {{end}}
Team First Match
{{$team}} {{$firstMatch}}
{{end}} {{define "script"}} {{end}}