diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 61f94f4d..ef8f7aef 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -369,7 +369,7 @@ {% if not loop.last %},{% endif %} {% endfor %} - {% if dev.status %}{{ dev.status }}{% endif %} + {% if dev.status %}{{ dev.status.type }}{% endif %} {{ dev.updated.strftime('%H:%M %d-%m-%Y') }} {% endfor %}