Correction nb événements d'un lieu

This commit is contained in:
Jean-Marie Favreau 2024-08-16 18:29:08 +02:00
parent e71d65f04f
commit 970c6d7a3c

View File

@ -38,8 +38,7 @@
<ul>
<li><strong>Adresse&nbsp;:</strong> {{ object.address }}, {{ object.city }}</li>
<li><strong>Coordonnée GPS&nbsp;:</strong> <a href="geo:{{ object.location }}">{{ object.location }}</a></li>
{% with place.nb_events_future as nb %}
{% with object.nb_events_future as nb %}
{% if nb > 0 %}
<li>{{ nb }} événement{{ nb|pluralize }} à venir</li>
{% else %}