diff --git a/ereuse_devicehub/templates/ereuse_devicehub/base_site.html b/ereuse_devicehub/templates/ereuse_devicehub/base_site.html
index 94f78723..a92f1fa4 100644
--- a/ereuse_devicehub/templates/ereuse_devicehub/base_site.html
+++ b/ereuse_devicehub/templates/ereuse_devicehub/base_site.html
@@ -156,7 +156,7 @@
Utils
-
+
Labels
diff --git a/ereuse_devicehub/templates/inventory/tag_list.html b/ereuse_devicehub/templates/inventory/tag_list.html
index a12c850f..f18631fc 100644
--- a/ereuse_devicehub/templates/inventory/tag_list.html
+++ b/ereuse_devicehub/templates/inventory/tag_list.html
@@ -57,7 +57,13 @@
{{ tag.id }} |
{% if tag.provider %}Unnamed tag {% else %}Named tag{% endif %} |
{{ tag.get_provider }} |
- {% if tag.device %}{{ tag.device.type }} {{ tag.device.manufacturer }} {{ tag.device.model }}{% endif %} |
+
+ {% if tag.device %}
+
+ {{ tag.device.type }} {{ tag.device.manufacturer }} {{ tag.device.model }}
+
+ {% endif %}
+ |
{% endfor %}