{% load i18n %} {% if rank %}
{% trans 'Points' %} | {% trans 'Team' %} | {% trans 'Season' %} | {% else %}{% trans 'Points' %} | {% trans 'Team' %} | {% endif %}
---|---|---|---|---|
{{ entry.points }} | {% with team=entry.team %} {{ team }} {% endwith %} | {% if by_season %}{{ entry.season }} | {% endif %}
No teams
{% endif %}