{{ ti.name }}
-{{ ti.date }}
- +{{ cd.date }}
Résumé
--
- {% for event in ti.events %}
+ {% if cd.events|length > 0 %}
+
- {{ event.category | circle_cat:event.has_recurrences }} {% if event.start_time %} {{ event.start_time }} {% endif %} {{ event|picto_status }} {{ event.title }} - {% endfor %} -
{{ ti.name }} {% picto_from_name "chevron-down" %}
+-
+ {% for event in ti.events %}
Événements
- {% endif %} - {% with indexti=ti.id %} - {% for event in ti.events %} - {% include "agenda_culturel/single-event/event-in-upcoming-inc.html" with event=event filter=filter day=day indexti=indexti %} - {% endfor %} - {% endwith %} -{{ ti.name }}
+{{ ti.date }}
+ +
+
{{ event|picto_status }}
{{ event.title }}
-
+
{% if event.location or event.exact_location %}
-
+
{% picto_from_name "map-pin" %}
{% include "agenda_culturel/event-location-inc.html" with event=event %}
-
+
{% endif %}
@@ -47,11 +47,11 @@
{% include "agenda_culturel/date-times-inc.html" with event=event %}
{% endif %}
+ {{ event.description |linebreaks2 | truncatewords:60 }}
- +