diff --git a/src/pretix/control/templates/pretixcontrol/organizers/reusable_medium.html b/src/pretix/control/templates/pretixcontrol/organizers/reusable_medium.html
index 806758365d..4cac9db0ac 100644
--- a/src/pretix/control/templates/pretixcontrol/organizers/reusable_medium.html
+++ b/src/pretix/control/templates/pretixcontrol/organizers/reusable_medium.html
@@ -53,34 +53,34 @@
{% if medium.customer %}
-
- {% if "organizer.customers:read" in request.orgapermset %}
-
+
+ {% if "organizer.customers:read" in request.orgapermset %}
+
+ {{ medium.customer }}
+
+ {% else %}
{{ medium.customer }}
-
- {% else %}
- {{ medium.customer }}
- {% endif %}
-
+ {% endif %}
+
{% endif %}
{% for op in medium.linked_orderpositions.all %}
-
-
- {{ op.order.code }}-{{ op.positionid }}
-
+
+
+ {{ op.order.code }}-{{ op.positionid }}
+
{% endfor %}
{% if medium.linked_giftcard %}
-
- {% if "organizer.giftcards:read" in request.orgapermset %}
-
- {{ medium.linked_giftcard.secret }}
-
- {% else %}
- {{ medium.linked_giftcard.secret|slice:":3" }}…
- {% endif %}
-
+
+ {% if "organizer.giftcards:read" in request.orgapermset %}
+
+ {{ medium.linked_giftcard.secret }}
+
+ {% else %}
+ {{ medium.linked_giftcard.secret|slice:":3" }}…
+ {% endif %}
+
{% endif %}
{% if medium.notes %}