diff --git a/src/pretix/control/templates/pretixcontrol/order/cancel.html b/src/pretix/control/templates/pretixcontrol/order/cancel.html index 5ab4dc866..697dad2a9 100644 --- a/src/pretix/control/templates/pretixcontrol/order/cancel.html +++ b/src/pretix/control/templates/pretixcontrol/order/cancel.html @@ -4,35 +4,41 @@ {% trans "Cancel order" %} {% endblock %} {% block content %} -
{% blocktrans trimmed %} - Do you really want to cancel this order? You cannot revert this action. - {% endblocktrans %}
+{% blocktrans trimmed %} + Do you really want to cancel this order? You cannot revert this action. + {% endblocktrans %}
- +- {% blocktrans trimmed %} - You can use this tool to change the ordered products or to partially cancel the order. Please keep - in mind that changing an order can have several implications, e.g. the payment method fee might change or - additional questions can be added to the order that need to be answered by the user. - {% endblocktrans %} -
-- {% blocktrans trimmed %} - The user will receive a notification about the change but in the case of new required questions, the user - will not be forced to answer them. - {% endblocktrans %} -
-- {% blocktrans trimmed %} - If an invoice is attached to the order, a cancellation will be created together with a new invoice. - {% endblocktrans %} -
-- {% blocktrans trimmed %} - If you chose "split into new order" for multiple positions, they will be all split in one second order - together, not multiple orders. - {% endblocktrans %} -
-+ {% blocktrans trimmed %} + You can use this tool to change the ordered products or to partially cancel the order. Please keep + in mind that changing an order can have several implications, e.g. the payment method fee might + change or + additional questions can be added to the order that need to be answered by the user. + {% endblocktrans %} +
++ {% blocktrans trimmed %} + The user will receive a notification about the change but in the case of new required questions, the + user + will not be forced to answer them. + {% endblocktrans %} +
++ {% blocktrans trimmed %} + If an invoice is attached to the order, a cancellation will be created together with a new invoice. + {% endblocktrans %} +
++ {% blocktrans trimmed %} + If you chose "split into new order" for multiple positions, they will be all split in one second + order + together, not multiple orders. + {% endblocktrans %} +
+