{{ define "title" }}{{ $.Championship.Name }} Entrants{{ end }} {{ define "content" }}

{{ $.Championship.Name }} Entrants

{{ with .Championship }} {{- /*gotype: github.com/cj123/assetto-server-manager.Championship*/ -}} {{ $championship := .}}
{{ if $championship.SignUpForm.AskForEmail }} {{ end }} Export CSV
{{ if $championship.SignUpForm.AskForTeam }} {{ end }} {{ if $championship.SignUpForm.AskForEmail }} {{ end }} {{ if not $championship.SignUpForm.HideCarChoice }} {{ end }} {{ range $index, $entrant := .SignUpForm.Responses }} {{ if $championship.SignUpForm.AskForTeam }} {{ end }} {{ if $championship.SignUpForm.AskForEmail }} {{ end }} {{ if not $championship.SignUpForm.HideCarChoice }} {{ end }} {{ end }}
Created NameTeamGUIDEmailCar / SkinStatus Actions
{{ timeFormat $entrant.Created }} on {{ dateFormat $entrant.Created }} {{ $entrant.Name }} {{ $entrant.Team }} {{ $entrant.GUID }} {{ $entrant.Email }} {{ prettify $entrant.Car true }} / {{ prettify $entrant.Skin true }} {{ $entrant.Status }} {{ if gt (len $championship.SignUpForm.ExtraFields) 0 }} {{ end }}
{{ end }} {{ end }}