{% load filters %}
{% for section in fastest_sections %} {% endfor %}
  {{ section.section_distance }}km {{ section.max_value | m_per_s_to_km_per_h }} km/h {% for top_award in top_awards %} {% if section.pk == top_award.pk %} {% if top_award.rank == 1 %} {% elif top_award.rank == 2 %} {% elif top_award.rank == 3 %} {% endif %} {% endif %} {% endfor %}