{{/* Copyright 2014 Team 254. All Rights Reserved. Author: pat@patfairbank.com (Patrick Fairbank) UI for manually editing the result for a match. */}} {{define "title"}}Edit Match Results{{end}} {{define "body"}}
Edit Match {{.Match.DisplayName}} Results
{{end}} {{define "script"}} {{end}} {{define "powerCells"}}
{{range $i := seq (add .stages -1)}} {{end}}
{{template "powerCellGoal" dict "period" .period "stages" .stages "goal" "Inner"}} {{template "powerCellGoal" dict "period" .period "stages" .stages "goal" "Outer"}} {{template "powerCellGoal" dict "period" .period "stages" .stages "goal" "Bottom"}}
{{end}} {{define "powerCellGoal"}}
{{range $i := seq .stages}}
{{end}}
{{end}}