{{/* 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" .}}

{{end}} {{define "script"}} {{end}} {{define "ftaTeam"}}
{{.position}}
{{end}}