diff --git a/src/pretix/presale/templates/pretixpresale/event/voucher.html b/src/pretix/presale/templates/pretixpresale/event/voucher.html index a81843ac3c..b2d8a3c56a 100644 --- a/src/pretix/presale/templates/pretixpresale/event/voucher.html +++ b/src/pretix/presale/templates/pretixpresale/event/voucher.html @@ -73,9 +73,21 @@ {% endif %}
+ {% if options == 0 %} + {% if request.event.has_subevents and not voucher.subevent %} + {% blocktrans trimmed %} + For the selected date, there are currently no products available that can be bought with this voucher. Please try a different date or a different voucher. + {% endblocktrans %} + {% else %} + {% blocktrans trimmed %} + There are currently no products available that can be bought with this voucher. + {% endblocktrans %} + {% endif %} + {% else %} {% blocktrans trimmed %} You entered a voucher code that allows you to buy one of the following products at the specified price: {% endblocktrans %} + {% endif %}
{% if event.presale_is_running or event.settings.show_items_outside_presale_period %}