{{/* Copyright 2014 Team 254. All Rights Reserved. Author: pat@patfairbank.com (Patrick Fairbank) UI for configuring the team list for an event. */}} {{define "title"}}Team List{{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 {{if not .EventSettings.FMSAPIDownloadEnabled}}

To automatically download data about teams, enter your FRC Events API key on the event settings page

{{end}}
{{if .EventSettings.TbaPublishingEnabled}}
{{end}} {{if .EventSettings.NetworkSecurityEnabled}} {{end}}
{{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}} {{define "script"}}{{end}}