diff --git a/detailsBody.html b/detailsBody.html
index 6b8d180..bd5c84b 100644
--- a/detailsBody.html
+++ b/detailsBody.html
@@ -1,4 +1,12 @@
+{% set hasDescription = tagsPrefix(tags, 'description:') %}
+{% if tags.description or hasDescription %}
+-
+
+ {{ localizedTag(tags, 'description')|default(attribute(tags, 'description:' ~ hasDescription|keys[0])) }}
+
+{% endif %}
+
{% set address = tagsPrefix(tags, 'addr:') %}
{% if address %}
-
@@ -133,4 +141,28 @@
{% endif %}
+{% if tags.start_date %}
+ -
+
+ {{ keyTrans('start_date') }}:
+ {{ enumerate(tags.start_date) }}
+
+{% endif %}
+
+{% if tags.opening_date %}
+ -
+
+ {{ keyTrans('opening_date') }}:
+ {{ enumerate(tags.opening_date) }}
+
+{% endif %}
+
+{% if tags.material %}
+ -
+
+ {{ keyTrans('material') }}:
+ {{ tagTransList('material', tags.material) }}
+
+{% endif %}
+
diff --git a/popupBody.html b/popupBody.html
index 63b8317..d278846 100644
--- a/popupBody.html
+++ b/popupBody.html
@@ -1,4 +1,12 @@
+{% set hasDescription = tagsPrefix(tags, 'description:') %}
+{% if tags.description or hasDescription %}
+-
+
+ {{ localizedTag(tags, 'description')|default(attribute(tags, 'description:' ~ hasDescription|keys[0])) }}
+
+{% endif %}
+
{% set address = tagsPrefix(tags, 'addr:') %}
{% if address %}
-
@@ -139,4 +147,20 @@
{{ wikipedia[2] }}
{% endif %}
+{% if tags.start_date %}
+
-
+
+ {{ keyTrans('start_date') }}:
+ {{ enumerate(tags.start_date) }}
+
+{% endif %}
+
+{% if tags.opening_date %}
+ -
+
+ {{ keyTrans('opening_date') }}:
+ {{ enumerate(tags.opening_date) }}
+
+{% endif %}
+