{% load i18n %} {% if rank %} {% if rank_opt == 'seasons' %} {% endif %} {% for entry in rank %} {% with driver=entry.driver %} {% endwith %} {% if rank_opt == 'seasons' %} {% endif %} {% endfor %}
{% trans 'Count' %} {% trans 'Driver' %} {% trans 'Team' %}{% trans 'Season' %}
{{ entry.stat }} {{ driver }} {{ entry.teams }}{{ entry.season }}
{% endif %}