diff --git a/src/pretix/control/templates/pretixcontrol/vouchers/detail.html b/src/pretix/control/templates/pretixcontrol/vouchers/detail.html
index e8262f8ef8..7ff30fd983 100644
--- a/src/pretix/control/templates/pretixcontrol/vouchers/detail.html
+++ b/src/pretix/control/templates/pretixcontrol/vouchers/detail.html
@@ -10,14 +10,26 @@
{% trans "This voucher already has been used. It is not recommended to modify it." %}
{% endif %}
+ {% if redeemed_in_carts %}
+
+ {% blocktrans trimmed with number=redeemed_in_carts %}
+ This voucher is currently used in {{ number }} cart sessions and there might not be free to use until the cart sessions
+ expire.
+ {% endblocktrans %}
+
+ {% trans "Remove cart positions" %}
+
+
+
+ {% endif %}