diff --git a/src/pretix/presale/templates/pretixpresale/event/order_cancel.html b/src/pretix/presale/templates/pretixpresale/event/order_cancel.html index b110891b3e..d45972f95b 100644 --- a/src/pretix/presale/templates/pretixpresale/event/order_cancel.html +++ b/src/pretix/presale/templates/pretixpresale/event/order_cancel.html @@ -15,22 +15,24 @@ {% endblocktrans %} {% trans "This will invalidate all of your tickets." %}
- {% if can_auto_refund %} -
-
+ {% if refund_amount %}
+ {% if can_auto_refund %}
+
+
+ {% blocktrans trimmed with amount=refund_amount|money:request.event.currency %}
+ The refund amount of {{ amount }} will automatically be sent back to your original payment method. Depending on the payment method,
+ please allow for up to two weeks before this appears on your statement.
+ {% endblocktrans %}
+
+