From 75b93eebc519861b151e3fcfa57d672a4d177940 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 15 Feb 2024 14:20:48 +0100 Subject: [PATCH] Order change form: Show attendee names --- src/pretix/control/templates/pretixcontrol/order/change.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pretix/control/templates/pretixcontrol/order/change.html b/src/pretix/control/templates/pretixcontrol/order/change.html index 1bb114486f..2d66c13b0c 100644 --- a/src/pretix/control/templates/pretixcontrol/order/change.html +++ b/src/pretix/control/templates/pretixcontrol/order/change.html @@ -70,6 +70,10 @@ {% endblocktrans %} {% endif %} + {% if position.attendee_name %} + – + {{ position.attendee_name }} + {% endif %}