{% extends "agenda_culturel/page-admin.html" %} {% load utils_extra %} {% load event_extra %} {% block title %} {% block og_title %}Événements dupliqués{% endblock %} {% endblock %} {% load cat_extra %} {% block entete_header %} {% css_categories %} {% endblock %} {% block sidemenu-bouton %}
  • {% picto_from_name "chevron-up" %}
  • {% picto_from_name "chevron-down" %}
  • {% endblock %} {% block content %}

    Événements dupliqués

    {{ filter.form.as_div }}

    {{ paginator.count }} événement{{ paginator.count|pluralize }} dupliqués {% if filter.form.fixed.value == None %} . {% else %} {% if filter.form.fixed.value %} sont résolus. {% else %} doivent être résolus. {% endif %} {% endif %}

    {% for obj in paginator_filter %} {% with obj.get_duplicated as events %} {% include "agenda_culturel/duplicate-inc.html" with duplicate=obj events=events %} {% endwith %} {% endfor %}
    {% include "agenda_culturel/side-nav.html" with current="duplicates" %}
    {% endblock %}