diff --git a/inventory/templates/inventory/area_detail.html b/inventory/templates/inventory/area_detail.html
index 1c6a5b2..02e6d0b 100644
--- a/inventory/templates/inventory/area_detail.html
+++ b/inventory/templates/inventory/area_detail.html
@@ -22,37 +22,51 @@
{% if area.show_sub_area %}
Areas
-
- {% for a in area.area_related.all %}
- -
- {{ a.name }}
- {% if user.is_staff %}
-
- {% endif %}
-
- {% empty %}
- - No areas defined
- {% endfor %}
-
+
+
+ {% for a in area.area_related.all %}
+
+
+ {{ a.name }}
+ |
+
+ {% if user.is_staff %}
+
+ {% endif %}
+ |
+
+ {% empty %}
+ No areas defined |
+ {% endfor %}
+
+
+
{% if user.is_staff %}
Create new area...
{% endif %}
{% endif %}
Containers
-
+
+
{% if user.is_staff %}
Create new container...
diff --git a/inventory/templates/inventory/workshop_detail.html b/inventory/templates/inventory/workshop_detail.html
index 89905bc..7250d35 100644
--- a/inventory/templates/inventory/workshop_detail.html
+++ b/inventory/templates/inventory/workshop_detail.html
@@ -20,19 +20,25 @@
{% block content %}
Areas
-