{% 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 %}

{% if order.payment_refund_sum > 0 %}

{% blocktrans trimmed %} This will not automatically transfer the money back, but you will be offered options to refund the payment afterwards. {% endblocktrans %}

{% endif %}
{% csrf_token %}
{% endblock %}