diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index bece30e114..1261f17c93 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -553,7 +553,7 @@ {{ pl.datetime|date:"SHORT_DATETIME_FORMAT" }} {{ pl.get_type_display }} - ({{ pl.source }}{% if pl.device %}, #{{ pl.device.device_id }}{% endif %}) + ({{ pl.source }}{% if pl.device %}, {{ pl.device.name }} - #{{ pl.device.device_id }}{% endif %}) {% if not pl.successful %}{% endif %}
{% endfor %}