{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% block title %} {% trans "Delete order" %} {% endblock %} {% block content %}

{% trans "Delete order" %}

{% blocktrans trimmed %} Do you really want to delete this order? You really cannot revert this action and we can't either. {% endblocktrans %}

{% csrf_token %}
{% endblock %}