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