{{/* Copyright 2014 Team 254. All Rights Reserved. Author: pat@patfairbank.com (Patrick Fairbank) UI for controlling the alliance selection process. */}} {{define "title"}}Alliance Selection{{end}} {{define "body"}}
{{if .ErrorMessage}}
{{.ErrorMessage}}
{{end}} {{if len .Alliances | eq 0}}
Alliance Selection
{{else}}
Alliance Selection
{{if .EventSettings.TbaPublishingEnabled}}
{{end}}
{{if index .Alliances 0 | len | eq 4}} {{end}} {{range $i, $alliance := .Alliances}} {{range $j, $team := $alliance}} {{if eq $team.TeamId 0}} {{else}} {{end}} {{end}} {{end}}
Alliance # Captain Pick 1 Pick 2Pick 3
{{(index $alliance 0).AllianceId}}
Hint: Press 'Enter' after entering each team number for easiest use.
{{range $team := .RankedTeams}} {{if not $team.Picked}} {{end}} {{end}}
Rank Team
{{$team.Rank}} {{$team.TeamId}}
{{end}}
{{end}} {{define "script"}} {{end}}