diff --git a/detailsBody.html b/detailsBody.html index 9bb0959..4cf1329 100644 --- a/detailsBody.html +++ b/detailsBody.html @@ -21,6 +21,20 @@ {% endif %} +{% set address = tagsPrefix(tags, 'contact:') %} +{% if address %} +
  • + + {{ keyTrans('address') }}: + + {{ attribute(tags, 'contact:street') }} + {{ attribute(tags, 'contact:housenumber') }}, + {{ attribute(tags, 'contact:postcode') }} + {{ attribute(tags, 'contact:city') }} + +
  • +{% endif %} + {% if attribute(tags, 'name:etymology') %}
  • diff --git a/popupBody.html b/popupBody.html index 99016bf..462f113 100644 --- a/popupBody.html +++ b/popupBody.html @@ -21,6 +21,20 @@
  • {% endif %} +{% set address = tagsPrefix(tags, 'contact:') %} +{% if address %} +
  • + + {{ keyTrans('address') }}: + + {{ attribute(tags, 'contact:street') }} + {{ attribute(tags, 'contact:housenumber') }}, + {{ attribute(tags, 'contact:postcode') }} + {{ attribute(tags, 'contact:city') }} + +
  • +{% endif %} + {% if attribute(tags, 'name:etymology') %}