{% load i18n %} {% if rank %} {% for entry in rank %} {% endfor %}
{% trans 'Points' %} {% trans 'Team' %}
{{ entry.points }} {{ entry.team }}
{% else %}

No teams

{% endif %}