diff --git a/src/pretix/control/templates/pretixcontrol/checkin/index.html b/src/pretix/control/templates/pretixcontrol/checkin/index.html index bbe96c09e..84cc4bc50 100644 --- a/src/pretix/control/templates/pretixcontrol/checkin/index.html +++ b/src/pretix/control/templates/pretixcontrol/checkin/index.html @@ -95,7 +95,15 @@ {% endif %} {{ e.item }}{% if e.variation %} – {{ e.variation }}{% endif %} - {{ e.order.email }} + + {% if e.addon_to and e.addon_to.attendee_email %} + {{ e.addon_to.attendee_email }} + {% elif e.attendee_email %} + {{ e.attendee_email }} + {% else %} + {{ e.order.email }} + {% endif %} + {% if e.addon_to %} {{ e.addon_to.attendee_name }}