diff --git a/src/pretix/control/templates/pretixcontrol/order/refund_process.html b/src/pretix/control/templates/pretixcontrol/order/refund_process.html index 2ad38c6d8..7f627637f 100644 --- a/src/pretix/control/templates/pretixcontrol/order/refund_process.html +++ b/src/pretix/control/templates/pretixcontrol/order/refund_process.html @@ -25,22 +25,30 @@ {{ pending }}. The order total is {{ total }}. {% endblocktrans %}
-- {% blocktrans trimmed with amount=refund.amount|money:request.event.currency method=refund.payment_provider.verbose_name %} - What should happen to the ticket order? - {% endblocktrans %} -
-+ {% blocktrans trimmed %} + Since the order is already canceled, this will not affect its state. + {% endblocktrans %} +
+ {% else %} ++ {% blocktrans trimmed with amount=refund.amount|money:request.event.currency method=refund.payment_provider.verbose_name %} + What should happen to the ticket order? + {% endblocktrans %} +
+