{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% block title %} {% trans "Delete order" %} {% endblock %} {% block content %}
{% blocktrans trimmed %} Do you really want to delete this order? You really cannot revert this action and we can't either. {% endblocktrans %}
{% endblock %}