{% load driver27 i18n %} {% if rank %} {% with ''|center:20 as range %} {% for _ in range %} {% endfor %} {% endwith %} {% for entry in rank %} {% for position in entry.pos_list %} {% endfor %} {% endfor %}
{% trans 'Team' %}{{ forloop.counter }}
{% with team=entry.team %} {{ team }} {% endwith %} {{ position }}
{% else %}

No teams

{% endif %}