{{define "title"}}Cheesy Arena{{end}} {{define "body"}} {{if .ShowErrorMessage}}
You can't modify the team list once the qualification schedule has been generated. If you need to change the team list, clear all other data first on the Settings page.
{{end}}
Import Teams
{{range $team := .Teams}} {{end}}
# Name Nickname Location Rookie Year Robot Name Action
{{$team.Id}} {{$team.Name}} {{$team.Nickname}} {{$team.City}}, {{$team.StateProv}}, {{$team.Country}} {{$team.RookieYear}} {{$team.RobotName}}
{{len .Teams}} teams
{{end}}