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