{% extends "agenda_culturel/page.html" %} {% block title %}Importations récurrentes{% endblock %} {% load utils_extra %} {% load cat_extra %} {% block entete_header %} {% css_categories %} {% endblock %} {% block content %}

Importations récurrentes

{% for obj in paginator_filter %} {% endfor %}
Id Nom Récurrence Nb d'imports Dernier Actions
{{ obj.pk }} {{ obj.name }} {{ obj.get_recurrence_display }} {{ obj.nb_imports }} {% if obj.nb_imports > 0 %} {% with imp=obj.last_import %} {{ imp.status }} {% endwith %} {% endif %}
{% include "agenda_culturel/side-nav.html" with current="rimports" %}
{% endblock %}