{% trans "Ubuntu LoCo Teams" %}
{% if teams %}{% trans "Select a team below to see more information about it:" %}
{% load list_to_columns %}
{% list_to_columns teams as columns 2 %}
{% for column in columns %}
|
{% trans "There are currently no teams in the Ubuntu LoCo Directory. :(" %}
{% endif %}