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

{% trans "Delete sales channel:" %} {{ channel.label }}

{% csrf_token %} {% if is_allowed %}

{% blocktrans trimmed %} Are you sure you want to delete this sales channel? {% endblocktrans %} {% else %}

{% blocktrans trimmed %} This sales channel cannot be deleted since it has already been used to sell orders or because it is a core element of the system. {% endblocktrans %}
{% endif %}
{% trans "Cancel" %} {% if is_allowed %} {% endif %}
{% endblock %}