{% load i18n %} {% load sanitize %}
{{marker.start_date|date:"D d M Y"}} {% if marker.end_date %} - {{marker.end_date|date:"D d M Y"}}
{% endif %} {% endif %} {% for property in marker.getProperties %}{{ property.value|sanitize:"p b i br hr strong em span:style a:href:target ul li ol h1 h2 h3 h4"|safe}}
{% endfor %}