{{ define "title" }}Championships{{ end }} {{ define "content" }} {{ $writeAccess := WriteAccess }}
Name | Progress | Number of Events | Number of Classes | Number of Entrants | Actions |
---|---|---|---|---|---|
{{ $championship.Name }} | {{ int $championship.Progress }}% | {{ len $championship.Events }} | {{ len $championship.Classes }} | {{ $championship.NumEntrants }} | View Export {{ if $writeAccess }} Edit Delete {{ end }} |
Name | Number of Events | Number of Classes | Number of Entrants | Actions |
---|---|---|---|---|
{{ $championship.Name }} | {{ len $championship.Events }} | {{ len $championship.Classes }} | {{ $championship.NumEntrants }} | View Export {{ if $writeAccess }} Edit Delete {{ end }} |