{% 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 %}

Upcoming Reapprovals

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

{{ form.as_line }}
{% else %}

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

{% endif %}
{% endblock %}