diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index f6854da5..59050e5a 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -342,6 +342,7 @@ Allocated Status Physical Status Update + @@ -357,10 +358,10 @@ /> + {% if dev.get_type_logo() %} {% endif %} - {{ dev.verbose_name }} {% if dev.lots | length > 0 %} @@ -386,6 +387,11 @@ {% if dev.allocated_status %}{{ dev.allocated_status.type }}{% endif %} {% if dev.physical_status %}{{ dev.physical_status.type }}{% endif %} {{ dev.updated.strftime('%H:%M %d-%m-%Y') }} + + + + + {% endfor %}