{{/* Copyright 2014 Team 254. All Rights Reserved. Author: pat@patfairbank.com (Patrick Fairbank) Display showing team diagnostics for FTA/FTAA use. */}} {{define "title"}}Field Monitor{{end}} {{define "body"}}
Blue Teams
DS
R
Bat
Byp
Trip Time
Lost Pack
{{template "ftaTeam" dict "color" "B" "position" 1 "data" .}} {{template "ftaTeam" dict "color" "B" "position" 2 "data" .}} {{template "ftaTeam" dict "color" "B" "position" 3 "data" .}}
{{template "ftaTeam" dict "color" "R" "position" 3 "data" .}} {{template "ftaTeam" dict "color" "R" "position" 2 "data" .}} {{template "ftaTeam" dict "color" "R" "position" 1 "data" .}}

Upcoming Defenses {{range $match := .UpcomingMatches}} {{end}}

Match

1

2

3

4

5

{{$match.DisplayName}} {{index $.DefenseNames $match.RedDefense1}} {{index $.DefenseNames $match.RedDefense2}} {{index $.DefenseNames $match.RedDefense3}} {{index $.DefenseNames $match.RedDefense4}} {{index $.DefenseNames $match.RedDefense5}}
  {{index $.DefenseNames $match.BlueDefense1}} {{index $.DefenseNames $match.BlueDefense2}} {{index $.DefenseNames $match.BlueDefense3}} {{index $.DefenseNames $match.BlueDefense4}} {{index $.DefenseNames $match.BlueDefense5}}
{{end}} {{define "script"}} {{end}} {{define "ftaTeam"}}
{{.position}}
{{end}}