diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 1693608a..dcca4870 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -37,7 +37,16 @@
-

{{ lot.name }}

+
+

+ {{ lot.name }} +

+ {% if lot.transfer.code and lot.transfer.user_to.phantom %} + {{ lot.transfer.code }} -> {{ lot.transfer.user_to.email }} + {% elif lot.transfer.code and lot.transfer.user_from.phantom %} + {{ lot.transfer.user_from.email }} -> {{ lot.transfer.code }} + {% endif %} +
{% if lot.is_temporary or not lot.transfer.closed %}