# | Broj | Vozač | Klub | Vozilo | Kat. | Lokacija | Vrijeme |
---|---|---|---|---|---|---|---|
{{ $index+1 }}. | #{{ profile.bib_number }} | {{ profile.full_name }} | {{ profile.club }} | {{ profile.city }} | {{ profile.category }} |
{{ profile.lap_name }}
{{ profile.result_name }}
{{ profile.result_name }}
|
{{ (profile.result_time || profile.total_time) | limitTo : 9 : 3 }}{{ diff2(resMK24_T1[0], profile) }} {{ profile.id_result_status}} |
# | Broj | Vozač | Klub | Vozilo | Kat. | Lokacija | Vrijeme |
---|---|---|---|---|---|---|---|
{{ $index+1 }}. | #{{ profile.bib_number }} | {{ profile.full_name }} | {{ profile.club }} | {{ profile.city }} | {{ profile.category }} |
{{ profile.lap_name }}
{{ profile.result_name }}
{{ profile.result_name }}
|
{{ (profile.result_time || profile.total_time) | limitTo : 9 : 3 }}{{ diff2(resMK24_T2[0], profile) }} {{ profile.id_result_status}} |
# | Broj | Vozač | Klub | Vozilo | Kat. | Lokacija | Vrijeme |
---|---|---|---|---|---|---|---|
{{ $index+1 }}. | #{{ profile.bib_number }} | {{ profile.full_name }} | {{ profile.club }} | {{ profile.city }} | {{ profile.category }} |
{{ profile.lap_name }}
{{ profile.result_name }}
{{ profile.result_name }}
|
{{ (profile.result_time || profile.total_time) | limitTo : 9 : 3 }}{{ diff2(resMK24_R1[0], profile) }} {{ profile.id_result_status}} |
# | Broj | Vozač | Klub | Vozilo | Kat. | Lokacija | Vrijeme |
---|---|---|---|---|---|---|---|
{{ $index+1 }}. | #{{ profile.bib_number }} | {{ profile.full_name }} | {{ profile.club }} | {{ profile.city }} | {{ profile.category }} |
{{ profile.lap_name }}
{{ profile.result_name }}
{{ profile.result_name }}
|
{{ (profile.result_time || profile.total_time) | limitTo : 9 : 3 }}{{ diff2(resMK24_R2[0], profile) }} {{ profile.id_result_status}} |
# | Broj | Vozač | Klub | Vozilo | Kat. | Run 1 | Run 2 | Ukupno |
---|---|---|---|---|---|---|---|---|
{{$index+1}}. | {{ profile.bib_number }} | {{profile.full_name}} | {{profile.club}} | {{profile.city}} | {{profile.category}} | {{profile.result_time | limitTo:9:3}} | {{profile.result_r2 | limitTo:9:3}} | {{profile.result_total | limitTo}} {{ diff3(resMoto[0], profile) }} |