{{ competition.Name }}
{{ competition.Location }} - {{ competition.StartDate | date: 'dd' }} - {{ competition.EndDate | date: 'dd MMM yyyy' }}
{{ competition.Location }} - {{ competition.StartDate | date: 'dd' }} - {{ competition.EndDate | date: 'dd MMM yyyy' }}
{{ raceTime }}
Rank | Bib | Name | Category | Country | {{ :: splitSection.Name }} | Total Time | Difference | ||
---|---|---|---|---|---|---|---|---|---|
{{ $index + 1}} | {{ :: result.StartNumber }} | {{ :: result.Participant.Name }} {{ :: tag }} | {{ :: result.Participant.Category }} | {{ :: result.Participant.Country }} | {{ timeFull(getSplitTime(result, $index)) }} | {{ timeFull(result.TotalTime) }} | {{ result.Status }} | +{{ getDifference(result, sortedResults[0]) }} |