{% load filters %}
{% for section in fastest_sections %}
{{ section.distance | best_section_distance }}
{{ section.max_value | m_per_s_to_km_per_h }} km/h
{% for top_award in top_fastest_awards %} {% include "activity/best_sections_row_icons.html" %} {% endfor %}
{% endfor %}