{% load static %} {% load cat_extra %} {% load utils_extra %} {% load event_extra %} {% load tag_extra %}
{% if event|can_show_start_time %}
{% if event.start_time %} {{ event.start_time }} {% endif %}
{% endif %} {{ event.category | small_cat }} {% if event.location %}
{% endif %}

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

{% if event.location %}

{% picto_from_name "map-pin" %} {{ event.location }}

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

{% picto_from_name "calendar" %} {% if event.end_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 }}