{% load static %} {% load cat_extra %} {% load utils_extra %} {% load event_extra %} {% load tag_extra %}
{% if day != 0 %} {% 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 %} {% endif %} {{ event.category | small_cat_recurrent:event.has_recurrences }} {% if event.location or event.exact_location %}
{% endif %}

{{ event|picto_status }} {{ event.title }} {{ event|picto_visibility:user.is_authenticated }}

{% if event.location or event.exact_location %} {% if not no_location %}
{% picto_from_name "map-pin" %} {% include "agenda_culturel/event-location-inc.html" with event=event %}
{% endif %}
{% endif %} {% if day == 0 %}
{% include "agenda_culturel/ephemeris-inc.html" with event=event filter=filter %}
{% 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 %}

{% for tag in event.tags %} {{ tag }} {% endfor %}

{% if event.has_recurrences %} {% endif %}
{% if perms.agenda_culturel.change_event %} {% include "agenda_culturel/edit-buttons-inc.html" with event=event %} {% endif %}

{{ event.description |linebreaks2 | truncatewords:60 }}

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