diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 4736f1a1..7575cf0f 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -32,36 +32,24 @@
-
- -
- {% if lot and lot.is_temporary %} - - - - Remove Lot - - {% endif %} -
-
- {% if lot and lot.is_temporary %} - - - Add supplier - - {% endif %} -
-
- {% if lot and lot.is_temporary %} - - - Add receiver - - {% endif %} -
+
+

{{ lot.name }}

+ +
+ {% if lot.is_temporary %} + + + Remove Lot + + + Add supplier + + + Add receiver + + {% endif %}
+
{% endif %}