{% extends "umap/content.html" %} {% load i18n %} {% block head_title %} {% translate "Team deletion" %} - {{ SITE_DESCRIPTION }} {% endblock head_title %} {% block maincontent %} {% include "umap/dashboard_menu.html" with selected="teams" %}
{% csrf_token %}

Are you sure you want to delete "{{ object }}"?

{{ form }}
{% endblock maincontent %}