{{ define "title" }}{{ .Championship.Name }}{{ end }} {{ define "content" }}
Class | {{ end }}# | Driver | {{ if $championship.HasTeamNames }}Team | {{ end }}Points | {{ if WriteAccess }}Actions | {{ end }}
---|---|---|---|---|---|
{{ $class.Name }} | {{ end }} {{ end }}{{ add $i 1 }} | {{ driverName $entrant.Car.Driver.Name }} {{ $driverPenalty := $class.PenaltyForGUID $entrant.Car.Driver.GUID }} {{ if gt $driverPenalty 0 }} Points Penalty: {{ $driverPenalty }} {{ end }} | {{ if $championship.HasTeamNames }}{{ $entrant.TeamSummary }} | {{ end }}{{ $entrant.Points }} | {{ if WriteAccess }}{{ end }} |
Class | {{ end }}# | Team | Points | {{ if WriteAccess }}Actions | {{ end }}
---|---|---|---|---|
{{ $class.Name }} | {{ end }} {{ end }}{{ add $i 1 }} | {{ $team.Team }} {{ $teamPenalty := $class.PenaltyForTeam $team.Team }} {{ if gt $teamPenalty 0 }} Points Penalty: {{ $teamPenalty }} {{ end }} | {{ $team.Points }} | {{ if WriteAccess }}{{ end }} |
Class | {{ end }}# | Driver | {{ if $championship.HasTeamNames }}Team | {{ end }}Car |
---|---|---|---|---|
{{ $class.Name }} | {{ end }} {{ end }}{{ add $i 1 }} | {{ driverName $entrant.Name }} | {{ if $championship.HasTeamNames }}{{ $entrant.Team }} | {{ end }}{{ prettify $entrant.Model true }} |
{{ $class.Name }} | {{ end }}{{ $entrant.Name }} |
Class | {{ end }}Place | Points |
---|---|---|
{{ $class.Name }} | {{ end }} {{ end }}{{ add $i 1 }}{{ ordinal (add $i 1) }} | {{ $pts }} |
Fastest Race Lap | {{ $class.Points.BestLap }} | |
Best Qualifying Lap | {{ $class.Points.PolePosition }} | |
Second Race Points Multiplier | {{ $class.Points.SecondRaceMultiplier }} |
{{ driverName $entrant.Car.Driver.Name }}
{{ $entrant.Car.Driver.Team }}
This Championship currently has {{ len $championship.Events }} events configured.
{{ range $eventIndex, $event := $championship.Events }} {{ $eventSetup := $event.RaceSetup }}An event in this championship is in progress. You must wait for it to finish or cancel it before you can start this one.
{{ end }} Start Event Start Practice Event {{ else if $event.InProgress }} Restart Event Cancel Event {{ end }} {{ end }} {{ if $event.Completed }} View Results {{ if AdminAccess }} {{ end }} {{ end }}View detailed results breakdown for this Session
{{ template "session-overall" $sessionDetails.Results }} {{ else if $sessionDetails.InProgress }}Session in Progress: Looks like there aren't any results yet. Check back later.
{{ else }}Awaiting Start: Looks like this session hasn't started yet. Check back later.
{{ end }}Class | {{ end }}# | Name | Team | Car | Points |
---|---|---|---|---|---|
{{ $class.Name }} | {{ end }} {{ end }}{{ add $pos 1 }} | {{ driverName $standing.Car.Driver.Name }} | {{ $standing.Car.Driver.Team }} | {{ prettify $standing.Car.Model true }} | {{ $standing.Points }} |