{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block inner %}

{% trans "Delete team:" %} {{ team.name }}

{% if not possible %}

{% blocktrans %}You cannot delete the team because there would be no one left who could change team permissions afterwards.{% endblocktrans %}

{% trans "Cancel" %}
{% else %}
{% csrf_token %}

{% blocktrans %}Are you sure you want to delete the team?{% endblocktrans %}

{% trans "Cancel" %}
{% endif %} {% endblock %}