{% extends "base.html" %} {% load i18n %} {% block page_name %}{% trans "Verified Ubuntu LoCo Teams" %}{% endblock %} {% block extrahead %}{{ block.super }}{% endblock %} {% block content %}

{% trans "Verified Ubuntu LoCo Teams" %}

{% with '' as end_link %} {% with '' as approved_link %} {% with '' as faq_link %} {% with '' as reapprove_link %}

{% trans "Getting Your Team Verified" %}

{% trans "Ubuntu LoCo teams fall into two approximate categories:" %}

  • {% trans "New Teams - these are teams that are in the process of getting started and have not yet been officially approved as an Ubuntu LoCo team." %}
  • {% trans "Verified Teams - a verified team is a team that is up and running, has each of the required resources in operation and the team is working well." %}

{% blocktrans %}For more information on getting verified, you can look at {{ approved_link }}getting your LoCo team approved{{ end_link }} and the {{ faq_link }}LoCo Team FAQs{{ end_link }} pages created by the LoCo Council.{% endblocktrans %}

{% trans "Getting Your Team Verified" %}

{% trans "Every two years each LoCo team must be verified. LoCo teams will be contacted by a member of the LoCo Council notifying the team that it is time for them to be Re-verified. The LoCo team then will need to create an application, much like the initial verification application showing that they have been active in the community in the past two years." %}

{% blocktrans %}For more information on getting verified, the LoCo Council has created the {{ reapprove_link }}LoCo Team Verification{{ end_link }} guidelines.{% endblocktrans %}

{% endwith %} {% endwith %} {% endwith %} {% endwith %}

{% trans "Verified Teams:" %}


{% if next_teams %}

{% trans "Re-Verifications in the next 6 months:" %}

    {% for team in next_teams %}
  • {{ team.name }}: {{ team.expires_date }}
  • {% endfor %}
{% endif %} {% if later_teams %}

{% trans "Re-Verifications later on:" %}

    {% for team in later_teams %}
  • {{ team.name }}: {{ team.expires_date }}
  • {% endfor %}
{% endif %} {% if not next_teams and not later_teams %}

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

{% endif %}
{% endblock %}