diff --git a/templates/fta_display.html b/templates/fta_display.html index 61fd5e8..94f1b42 100644 --- a/templates/fta_display.html +++ b/templates/fta_display.html @@ -5,13 +5,13 @@
-
Blue Teams
-
DS
-
R
-
Bat
-
Byp
-
Trip Time
-
Lost Pack
+
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" .}} @@ -19,13 +19,13 @@
-
Red Teams
-
DS
-
R
-
Bat
-
Byp
-
Trip Time
-
Lost Pack
+
Red Teams
+
DS
+
R
+
Bat
+
Byp
+
Trip Time
+
Lost Pack
{{template "ftaTeam" dict "color" "R" "position" 3 "data" .}} {{template "ftaTeam" dict "color" "R" "position" 2 "data" .}} @@ -41,13 +41,13 @@ {{end}} {{define "ftaTeam"}}
-
{{.position}}
-
-
-
-
-
-
-
+
{{.position}}
+
+
+
+
+
+
+
{{end}}