diff --git a/ereuse_devicehub/templates/inventory/device_detail.html b/ereuse_devicehub/templates/inventory/device_detail.html index 5aa45f06..6b55a799 100644 --- a/ereuse_devicehub/templates/inventory/device_detail.html +++ b/ereuse_devicehub/templates/inventory/device_detail.html @@ -235,7 +235,9 @@ {{ doc.type }} + {% if doc.description %} {{ doc.description|truncate(30, True) }} + {% endif %} {{ doc.created.strftime('%Y-%m-%d %H:%M') }}