{% load static %} {% load cat_extra %} {% load utils_extra %} {% load event_extra %} {% load tag_extra %}
{% include "agenda_culturel/ephemeris-inc.html" with event=event filter=filter with_year=with_year %} {{ event.category | small_cat_recurrent:event.has_recurrences }} {% if event.location or event.exact_location %}
{% endif %}

{{ event|picto_status }} {{ event.title }}

{% if event.location or event.exact_location %}

{% picto_from_name "map-pin" %} {% include "agenda_culturel/event-location-inc.html" with event=event %}

{% endif %} {% if event|need_complete_display:False %}

{% picto_from_name "calendar" %} {% if event.end_day and event.end_day != event.start_day %}Cet événement dure du {% else %}Cet événement a lieu le{% endif %} {% include "agenda_culturel/date-times-inc.html" with event=event %}

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

{{ event.description |truncatewords:20 |linebreaks }}