{% load i18n sanitize chimere_tags %}
{{marker.start_date|date:"D d M Y"}} {% if marker.end_date %} - {{marker.end_date|date:"D d M Y"}}
{% endif %} {% endif %} {% if marker.description %}{{ marker.description|sanitize:"p b i br hr strong em img:src:alt span:style a:href:target ul li ol h1 h2 h3 h4 table td tr th"|safe}}
{% endif %} {% for property in marker.getProperties %}{{ property.value|sanitize:"p b i br hr strong em img:src:alt span:style a:href:target ul li ol h1 h2 h3 h4 table td tr th"|safe}}
{% endfor %} {% if marker.origin %}{% trans "Source:" %} {{marker.origin}}
{% endif %} {% if marker.license %}{% trans "License:" %} {{marker.license}}
{% endif %} {% if marker.multimedia_items %} {% trans "Show multimedia gallery" %} {% endif %}