{% load static %} {% load cat_extra %} {% load utils_extra %} {% load event_extra %} {% load tag_extra %}

{{ event.category | small_cat }} {{ event|picto_status }} {{ event.title }}

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

{% picto_from_name "calendar" %} {% if event.end_day %}du{% else %}le{% endif %} {% include "agenda_culturel/date-times-inc.html" with event=event %}

{{ event.description |linebreaks }}

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