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

{% trans "Deny order" %}

{% blocktrans trimmed %} Do you really want to cancel this order? You cannot revert this action. {% endblocktrans %}

{% csrf_token %} {% bootstrap_form form %}
{% endblock %}