{{ define "title" }} {{ if .IsEditing }} Edit the {{ .Current.Name }} Championship {{ else }} Create a new Championship {{ end }} {{ end }} {{ define "content" }} {{ $f := .Current }}

{{ if .IsEditing }} Edit the {{ .Current.Name }} Championship {{ else }} Create a new Championship {{ end }}

Championship {{ if .IsEditing }} {{ end }}
{{ if gt $.MaxClientsOverride 0 }}

Your server is restricted to a maximum of {{ $.MaxClientsOverride }} championship entrants.

{{ else }} {{ end }}


An Open Championship allows anyone to join a Championship Event provided that the Championship still has empty entrant slots. As new Entrants join, the Championship Entrant slots will be filled. It is possible to edit the slots (e.g. to assign teams) by using the Edit Championship functionality.


If enabled then the server password will be ignored for all events in this championship.
{{ if .IsEditing }}{{ with .Current.Info }}
{{ . }}
{{ end }}{{ end }}
Important information is shown at the top of a Championship page and on Sign Up pages (if enabled).
Sign Up Form


Allow anyone to access a Sign Up form where they can register to be added into the EntryList of a Championship.
{{ range $classIndex, $class := $f.Classes }} {{ template "championship-class" dict "IsEditing" $.IsEditing "CarOpts" $.CarOpts "Championship" $.Current "Class" $class "DefaultPoints" $.DefaultPoints "MaxClientsOverride" $.MaxClientsOverride }} {{ else }} {{ template "championship-class" . }} {{ end }}
{{ if .IsEditing }} {{ else }}
{{ end }}
{{ end }}