{% load utils_extra %}
{% load cat_extra %}
{% load tag_extra %}
{% load event_extra %}
{% picto_from_name "calendar" %}
{% if event.end_day and event.end_day != event.start_day %}du{% else %}le{% endif %}
{% include "agenda_culturel/date-times-inc.html" with event=event %}
{% if not no_location %}
{% if event.location or event.exact_location %}
{% picto_from_name "map-pin" %}
{% include "agenda_culturel/event-location-inc.html" with event=event %}
{% endif %}
{% endif %}
{{ event.category | small_cat_recurrent:event.has_recurrences }}
{{ event|picto_status }}
{% if event.title_hl %}{{ event.title_hl | safe }}{% else %}{{ event.title }}{% endif %}
{{ event|picto_visibility:user.is_authenticated }}
{% picto_from_name "repeat" %} {% for r in event.recurrences.rrules %} {{ r.to_text }}{% if not forloop.first %}, {% endif %}{% endfor %}, depuis le {% if event.recurrences.dtstart.date %} {{ event.recurrences.dtstart.date }} {% else %} {{ event.start_day }} {% endif %}
{% endif %} {% if event.tags %}{% picto_from_name "tag" %} {% for tag in event.tags %} {{ tag }} {% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %}