{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Ubuntu LoCo Team Directory" %} {% endblock %} {% block content %}

{% trans "Ubuntu LoCo Team Directory" %}

{% trans "Teams" %}

{% trans "List of all Ubuntu LoCo Teams, with full information such as contact, web pages, mailing list, and more." %} {% trans "If there are no teams in your country/region/area, you will be able to add a team in the near future." %}

{% trans "Coming Soon!" %}

{% trans "Future additions to this site will include:" %}

  • Events
  • Team Collaboration
  • Various mashups

{% if translator_credits %}

{% trans "Translated by:" %} {{ translator_credits|join:", " }}

{% endif %}
{% endblock %}