{% extends "agenda_culturel/page-admin.html" %} {% load utils_extra %} {% block title %}{% block og_title %}Derniers événements soumis{% 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 %}

    Derniers événements soumis

    {{ filter.form.as_div }}

    {% if filter.form.import_sources.value %}
    {% endif %} {% include 'agenda_culturel/paginator_filter.html' %}
    {% for obj in paginator_filter %} {% include "agenda_culturel/single-event/event-in-flat-list-inc.html" with event=obj %} {% endfor %}
    {% include "agenda_culturel/side-nav.html" with current="recent" %}
    {% endblock %}