{% load filters %}
Date | Activity | Track | Sport | Duration | Distance | |
---|---|---|---|---|---|---|
{{ a.date|date:"M d, Y" }} | {{ a.name }} | {% if a.pk in top_awards %} {% endif %} | {% if a.trace_file.longitude_list|length > 2 %} {% else %} {% endif %} | {% if a.sport %} {% else %} ? {% endif %} | {{ a.duration|table_duration }} | {% if a.distance == 0.0 %} {% else %} {{ a.distance }} {% endif %} |