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

No drivers

{% endif %}