{% if perms.agenda_culturel.change_place %} Administrer {% endif %} Les lieux {% if object_list %} {% for place in object_list %} {{ place.name }} Adresse : {% if place.address %}{{ place.address }}, {% endif %}{{ place.city }} Coordonnée GPS : {{ place.location }} {% with place.nb_events_future as nb %} {% if nb > 0 %} {{ nb }} événement{{ nb|pluralize }} à venir {% endif %} {% endwith %} {% endfor %} {% else %} Il n'y a aucun lieu défini. {% endif %}