{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load money %} {% block title %} {% trans "Cancel order" %} {% endblock %} {% block content %}
{% 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 %} {% endblock %}