{# templates/show.html #}
Could not find race details
{% else %}| Runner name | Lap time | Category | Notes |
|---|---|---|---|
| {{ lap.runner_name }} | {{ lap.lap_time }} | {%- if lap.category == 'cat1' %} Category 1 {%- elif lap.category == 'cat2' %} Category 2 {%- else %} Unknown {%- endif %} | {{ lap.notes }} |