Position {{ row.position|e }} |
Name {{ person }} |
Licence {{ row.licence|e }} |
Time {{ row.time|e }} |
Average Pace {% if row.distance is number and row.distance|int != 0 %}{{ (row.time / row.distance) | pace }} min/KM{% endif %} |
{%- if ltype != 'event' -%}
Race {{ row.event|e }} ({{ row.distance|e }} KM) |
{%- endif -%}
Date {{ row.date|cleandate|e }} |
Notes
{%- if row.sex and row.sexposition and row.sexposition | int <= 100 %}{{ row.sexposition|ordinal|e }} {{ row.sex|lower|e }}{% endif -%}
{%- if row.sexposition and row.sexposition | int <= 100 and row.catposition and row.catposition | int <= 100 %} and {% endif -%}
{%- if row.catposition and row.catposition | int <= 100 %}{{ row.catposition|ordinal|e }} in category{% endif -%}
|
{%- endfor -%}