{% 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 "calendar" %} {% if event.end_day %}du{% else %}le{% endif %} {% include "agenda_culturel/date-times-inc.html" with event=event %} {% picto_from_name "map-pin" %} {% if event.location_hl %}{{ event.location_hl | safe }}{% else %}{{ event.location }}{% endif %}
{% picto_from_name "tag" %} {% for tag in event.tags %} {{ tag }} {% if not forloop.last %}, {% endif %} {% endfor %}