{{ object.name }}
{% if object.website or object.principal_place %}-
{% if object.website %}
- Site internet : {{ object.website }} {% endif %} {% if object.principal_place %}
- Lieu principal : {{ object.principal_place }} {% endif %}
Événements passés
{% else %}Événements à venir
{% endif %} {% if object_list %} {% include "agenda_culturel/navigation.html" with page_obj=page_obj %} {% for event in object_list %} {% include "agenda_culturel/single-event/event-elegant-inc.html" with event=event day=0 no_location=1 %} {% endfor %} {% include "agenda_culturel/navigation.html" with page_obj=page_obj %} {% else %}Aucun événement
{% endif %} {% endcache %} {% endwith %}