{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block content %}
{% blocktrans trimmed %} This operation will destroy this organizer including all events, configuration, products, quotas, questions, vouchers, lists, etc. {% endblocktrans %}
{% blocktrans trimmed %} This operation is irreversible and there is no way to bring your data back. {% endblocktrans %}
{% else %}{% trans "This organizer account can not be deleted as it already contains orders, invoices, or devices." %}
{% 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 %}
{% endif %} {% endblock %}