# | Bib | Puno ime | Pol | Klub | Lokacija | Vrijeme | |
---|---|---|---|---|---|---|---|
{{$index+1}} | #{{profile.bib_number}} | {{profile.full_name}} | {{profile.gender == 'M' ? 'M' : 'Ž'}} | {{profile.club}} | Waiting {{profile.result_name}} {{profile.lap_name}} | {{(profile.result_time || profile.total_time) | limitTo:8}} {{profile.id_result_status}} |
# | Bib | Puno ime | Pol | Klub | Lokacija | Vrijeme | |
---|---|---|---|---|---|---|---|
{{$index+1}} | #{{profile.bib_number}} | {{profile.full_name}} | {{profile.gender == 'M' ? 'M' : 'Ž'}} | {{profile.club}} | Waiting {{profile.result_name}} {{profile.lap_name}} | {{(profile.result_time || profile.total_time) | limitTo:8}} {{profile.id_result_status}} |
# | Bib | Puno ime | Pol | Klub | Bike | Run | Ukupno |
---|---|---|---|---|---|---|---|
{{$index+1}} | #{{profile.bib_number}} | {{profile.full_name}} | {{profile.gender == 'M' ? 'M' : 'Ž'}} | {{profile.club}} | {{profile.result_bike | limitTo:8}} | {{profile.result_run | limitTo:8}} | {{profile.result_total | limitTo:8}} |