{{ define "title" }}{{ $.Current.Name }}{{ end }} {{ define "content" }} {{ $championship := $.Current }}

{{ $championship.Name }}

{{ with $championship.Info }}
About Championship
{{ $championship.Info }}
{{ end }}
Your Details
{{ with $.ValidationError }}
{{ . }}
{{ end }}
{{ if $championship.SignUpForm.AskForTeam }}
You may leave the team name blank.
{{ end }}
You can find your Steam ID at steamid.io or in your Steam Profile URL. Note that we require the SteamID64.
{{ if $championship.SignUpForm.AskForEmail }}
{{ end }} {{ if ne $.RecaptchaSiteKey "" }}
{{ end }}
{{ if not $championship.SignUpForm.HideCarChoice }}
Your Car
Car Preview
{{ end }} {{ if gt (len $championship.SignUpForm.ExtraFields) 0 }}
Extra Information

The championship organisers have also requested the following information.

{{ range $index, $question := $championship.SignUpForm.ExtraFields }}
{{ end }}
{{ end }}
{{ if ne $.RecaptchaSiteKey "" }} {{ end }} {{ end }}