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

{% 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 %}
{% include "agenda_culturel/edit-buttons-inc.html" with event=event %}
{% endif %}