{% load i18n %} {% if rank %} {% if by_season %} {% else %} {% endif %} {% for entry in rank %} {% if by_season %} {% endif %} {% endfor %}
{% trans 'Points' %} {% trans 'Team' %} {% trans 'Season' %}{% trans 'Points' %} {% trans 'Team' %}
{{ entry.points }} {% with team=entry.team %} {{ team }} {% endwith %} {{ entry.season }}
{% else %}

No teams

{% endif %}