{% extends "base.html" %} {% load i18n %} {% block title %} {% trans " The team does not exist | Ubuntu LoCo Team Directory" noop %} {% endblock %} {% block content %}

{% trans "The Team was not found!" noop %}

{% trans "You can browse the full list of teams" noop %}

{% trans "Please make sure the team you are looking for is a member of" noop %} {% trans "The LoCo Teams group in Launchpad" noop %}

{% trans "If you believe the reason you are here is an bug in the LoCo Directory please " noop %} {% trans "Report it!" noop %}

{% if translator_credits %}

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

{% endif %} {% endblock %}