{% load utils_extra %} {% load cat_extra %} {% load event_extra %}
{{ event.category | small_cat }} {{ event|picto_status }} {% if event.title_hl %}{{ event.title_hl | safe }}{% else %}{{ event.title }}{% endif %}

{% picto_from_name "map-pin" %} {% if event.location_hl %}{{ event.location_hl | safe }}{% else %}{{ event.location }}{% endif %}

{% if event.has_recurrences %} {% endif %}
{% if event.description_hl %}{{ event.description_hl | safe }} [...]{% else %}{% if event.description %}{{ event.description |truncatewords:60 }}{% else %}pas de description{% endif %}{% endif %}
{% if user.is_authenticated %} {% endif %}