{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Delete dates" context "subevent" %}{% endblock %} {% block content %}

{% trans "Delete dates" context "subevent" %}

{% csrf_token %} {% if allowed %}

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

{% blocktrans trimmed %} It is possible that some of the above dates can't be deleted if a plugin has data attached to them. In that case, they will be disabled instead. {% endblocktrans %}
{% endif %} {% if forbidden %}

{% blocktrans trimmed %}The following dates can't be deleted as they already have orders, but will be disabled instead.{% endblocktrans %}

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