{% extends "agenda_culturel/page.html" %} {% block title %}Importations par lot{% endblock %} {% load utils_extra %} {% load cat_extra %} {% block entete_header %} {% css_categories %} {% endblock %} {% block content %}
Nouvel import

Importations par lot

{% for obj in paginator_filter %} {% endfor %}
Identifiant Date Status Action
{{ obj.id }} {{ obj.created_date }} {{ obj.status }} {% if obj.status == "running" %}Annuler{% endif %}
{% include "agenda_culturel/side-nav.html" with current="imports" %}
{% endblock %}