{% load molly_osm %}{% load molly_utils %} {% load i18n %} {% if entity|osm_tags or entity.metadata.osm.tags.phone or entity.metadata.osm.tags.wikipedia or entity.metadata.osm.tags.website_mobile or entity.metadata.osm.tags.website or entity.metadata.osm.tags.url %}

{% trans "Information from OpenStreetMap" %}

{% if entity|osm_tags %}
{% for tag,content in entity|osm_tags %}
{{ tag|capfirst }}:
{{ content }}
{% endfor %}
{% endif %}
{% endif %}