{{ object.name }}
- Adresse : {{ object.address }}, {{ object.city }}
- {# djlint:off #} Coordonnée GPS : {{ object.location|tocoords }} {# djlint:on #} {% with object.nb_events_future as nb %} {% if nb > 0 %}
- {{ nb }} événement{{ nb|pluralize }} à venir {% else %}
- Aucun événement à venir {% endif %} {% endwith %}
Description du lieu
{{ object.description|safe }} {% endif %} {% with object.organisation_set.all as organisations %} {% if organisations|length == 1 %}L'organisme {{ organisations.0 }} organise régulièrement des événements dans ce lieu.
{% endif %} {% if organisations|length > 1 %}Les organismes suivants utilisent régulièrement ce lieu :
-
{% for o in organisations %}
- {{ o }} {% endfor %}
Voir aussi les autres lieux