From d703eeb770ba4b51439536accb32eb1d69fca63f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 9 Sep 2020 16:30:14 +0200 Subject: [PATCH] Show device serial in backend --- .../control/templates/pretixcontrol/organizers/devices.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pretix/control/templates/pretixcontrol/organizers/devices.html b/src/pretix/control/templates/pretixcontrol/organizers/devices.html index 672dce7bde..f9d07f9ff8 100644 --- a/src/pretix/control/templates/pretixcontrol/organizers/devices.html +++ b/src/pretix/control/templates/pretixcontrol/organizers/devices.html @@ -50,6 +50,8 @@ {% if d.revoked %}{% endif %} {{ d.name }} {% if d.revoked %}{% endif %} +
+ {{ d.unique_serial }} {{ d.hardware_brand|default_if_none:"" }} {{ d.hardware_model|default_if_none:"" }}