{% extends "agenda_culturel/page.html" %} {% block title %} {% block og_title %}Administration des périodes remarquables{% endblock %} {% endblock %} {% load utils_extra %} {% 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 %}

    Périodes spéciales

    {% include "agenda_culturel/navigation.html" with page_obj=page_obj %} {% if object_list %} {% for sp in object_list %} {% endfor %} {% else %}

    Il n'y a aucune période spéciale définie.

    {% endif %}
    {% include "agenda_culturel/side-nav.html" with current="special_periods" %}
    {% endblock %}