{%- set ns = namespace() -%} {%- set ns.limit = limit -%} {%- if ns.limit == 0 or ns.limit == 10 -%} {%- set ns.limit = None -%} {%- endif -%} {%- set ns.year = year -%} {%- if ns.year == 0 -%} {%- set ns.year = None -%} {%- endif -%}

AAC Statistics {% if title %}: {{ title }}{% endif %}

{%- if results -%} {% if ltype != 'person' %} {% endif %} {% if ltype != 'event' %} {% endif %} {%- for row in results -%} {%- set person='{} {}'.format(row.name, row.surname) -%} {%- if distance %}{# set total_km += row.distance #}{% endif -%} {%- if ltype != 'person' -%} {%- endif -%} {%- if ltype != 'event' -%} {%- endif -%} {%- endfor -%}
PositionName LicenceTime Average PaceEventDate Notes
{{ row.position }}{{ person }} {{ row.licence }}{{ row.time }} {% if row.distance is number %}{{ (row.time / row.distance) | pace }} min/KM{% endif %}{{ row.event }} ({{ row.distance }} KM){{ 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 %}
{%- endif -%}