{% if team_list %} {% for continent in continents %}{% if continent.related_teams %}

{{continent.name}}


{% endif %}{% endfor %} {% if countries_without_continent_have_teams %}

{% trans "Countries without continent" %}

{% for country in countries_without_continent %}{% if country.related_teams %}

{{country.name}}


{% endif %}{% endfor %} {% endif %} {% if teams_without_country %}

{% trans "Teams without country" %}


{% endif %} {% endif %}