{{ row.position }} |
{%- if ltype != 'person' -%}
{{ person }} |
{{ row.licence }} |
{%- endif -%}
{{ row.time }} |
{% if row.distance is number %}{{ (row.time / row.distance) | pace }} min/KM{% endif %} |
{%- if ltype != 'event' -%}
{{ row.event }} ({{ row.distance }} KM) |
{%- endif -%}
{{ row.date | clean_date }} |
{% if row.sex and row.sexposition and row.sexposition <= 100 %}{{ row.sexposition | ordinal }} {{ row.sex.lower() }}{% endif %}
{% if row.sexposition and row.catposition %}/{% endif %}
{% if row.catposition and row.catposition <= 100 %}{{ row.catposition | ordinal }} in category{% endif %}
|
{%- endfor -%}