{% load champion_filter i18n %} {% if rank %} {% if pending_races %} {% for pending_race in pending_races %} {% endfor %} {% endif %} {% for points,driver,team, positions in rank %} {% if pending_races %} {% for pending_race in pending_races %} {% endfor %} {% endif %} {% endfor %}
{% trans 'Points' %} {% trans 'Driver' %} {% trans 'Team' %}{{ pending_race }}{% trans 'Total' %}
{{ points }} {{ driver }} {% if forloop.counter == 1%} {{ season.pk | champion_filter | safe}} {% endif %} {{ team }} {{ points }}
{% else %}

No drivers

{% endif %}