Événements possiblement dupliqués
{% for obj in paginator_filter %}
{% with obj.get_duplicated as events %}
Possible duplication : {{ events|length }} événements le {{ events.0.start_day }}
{% endwith %}
{% endfor %}
-
{% for e in events %}
- {{ e.start_day }}{% if e.start_time %} à {{ e.start_time }}{% endif %} : {{ e|picto_status }} {{ e.title }} créé le {{ e.created_date }} {% endfor %}