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

{% trans "Cancel order" %}

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

{% csrf_token %}
{% endblock %}