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