{% load static %} {% load cat_extra %} {% load utils_extra %} {% load event_extra %} {% load tag_extra %}
{% if event|can_show_start_time:day %} {% if event.start_time %}
{{ event.start_time }}
{% endif %} {% endif %} {% if event|can_show_end_time:day %} {% if event.end_time %}
jusqu'à {{ event.end_time }}
{% endif %} {% endif %} {{ 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:True %}

{% 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 |linebreaks }}