{% trans "Ubuntu LoCo Teams" %}
{% if team_list %}{% trans "Select a team below to see more information about it:" %}
-
{% for team in team_list %}
- {{ team.name }} {% endfor %}
{% trans "There are currently no teams in the Ubuntu LoCo Directory. :(" %}
{% endif %}