{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Ubuntu LoCo Teams List" %}{% endblock %} {% block extrahead %}{{ block.super }} {{form.media}} {% endblock %} {% block content %}

{% trans "Ubuntu LoCo Teams" %}

{% if team_list %}

{% trans "Select a team below to see more information about it:" %}

{{ form.as_line }}

{% trans "Upcoming Reapprovals" %}

{% else %}

{% trans "There are currently no teams in the Ubuntu LoCo Directory. :(" %}

{% endif %}
{% endblock %}