{{ 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 %}
Cette organisation est associée à l'import récurrent {{ object.recurrentimport_set.all.0 }}.
{% endif %} {% if object.recurrentimport_set.count > 1 %}Cette organisation est associée aux imports récurrents :
-
{% for ir in object.recurrentimport_set.all %}
- {{ ir }} {% endfor %}
É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 %}