{% extends "umap/content.html" %} {% load i18n %} {% block head_title %} {% translate "Create or edit a team" %} - {{ SITE_DESCRIPTION }} {% endblock head_title %} {% block maincontent %} {% include "umap/dashboard_menu.html" with selected="teams" %}
{% if form.non_field_errors %} {% endif %}
{% csrf_token %} {{ form }}
{% if team.users.count == 1 %} {% trans "Delete this team" %} {% endif %}
{% endblock maincontent %}