+ {% if request.event.allow_delete %}
+ {% bootstrap_form_errors form layout="inline" %}
- {% blocktrans trimmed with slug=request.event.slug %}
- To confirm you really want this, please type out the event's short name ("{{ slug }}") here:
+ {% blocktrans trimmed %}
+ This operation will destroy your event including all configuration, products, quotas, questions,
+ vouchers, lists, etc.
{% endblocktrans %}
- {% bootstrap_field form.slug layout="inline" %}
-
- {% blocktrans trimmed with slug=request.event.slug %}
- Also, to make sure it's really you, please enter your user password here:
+
+ {% blocktrans trimmed %}
+ This operation is irreversible and there is no way to bring your data back.
{% endblocktrans %}
-
- {% bootstrap_field form.user_pw layout="inline" %}
-
-
-
- {% trans "Delete" %}
-
-
-
- {% else %}
-
- {% trans "Your event can not be deleted as it already contains orders." %}
-
-
- {% blocktrans trimmed %}
- pretix does not allow deleting orders once they have been placed in order to be audit-proof and
- trustable by financial authorities.
- {% endblocktrans %}
-
- {% if request.event.live %}
-
- {% trans "You can instead take your shop offline. This will hide it from everyone except from the organizer teams you configured to have access to the event." %}
-
-
{% else %}
- {% trans "However, since your shop is offline, it is only visible to the organizing team according to the permissions you configured." %}
+ {% trans "Your event can not be deleted as it already contains orders." %}
+
+
+ {% blocktrans trimmed %}
+ pretix does not allow deleting orders once they have been placed in order to be audit-proof and
+ trustable by financial authorities.
+ {% endblocktrans %}
+
+ {% if request.event.live %}
+
+ {% trans "You can instead take your shop offline. This will hide it from everyone except from the organizer teams you configured to have access to the event." %}
+
+
+ {% else %}
+
+ {% trans "However, since your shop is offline, it is only visible to the organizing team according to the permissions you configured." %}
-
+
+ {% endif %}
{% endif %}
- {% endif %}
+