{% load tag_extra %} {% load utils_extra %}
{% include "agenda_culturel/ephemeris-inc.html" with event=event filter=filter %}

{{ pe.title }}

{% if pe.exact_location %} {% picto_from_name "map-pin" %} {{ pe.exact_location.name }}, {{ pe.exact_location.city }}

{% else %} {% if pe.location %} {% picto_from_name "map-pin" %} {{ pe.location }} {% endif %} {% endif %}
{{ event.description |truncatewords:15 }}

{% for tag in event.sorted_tags %} {{ tag|tw_highlight }} {% endfor %}

{% if event.image or event.local_image %}
{{ event.image_alt }}
{% endif %}