{% load i18n %} {% if all_teams|length > 1 %}

{% trans "Teams" %}

{% for team in all_teams %}
{% endfor %}
{% else %} {% endif %}