forked from CGM_Public/pretix_original
Show device serial in backend
This commit is contained in:
@@ -50,6 +50,8 @@
|
|||||||
{% if d.revoked %}<del>{% endif %}
|
{% if d.revoked %}<del>{% endif %}
|
||||||
{{ d.name }}
|
{{ d.name }}
|
||||||
{% if d.revoked %}</del>{% endif %}
|
{% if d.revoked %}</del>{% endif %}
|
||||||
|
<br>
|
||||||
|
<small>{{ d.unique_serial }}</small>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{{ d.hardware_brand|default_if_none:"" }} {{ d.hardware_model|default_if_none:"" }}
|
{{ d.hardware_brand|default_if_none:"" }} {{ d.hardware_model|default_if_none:"" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user