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

Importations récurrentes {% if status %}{{ status }}{% endif %}

{% if status %} tous ({{ nb_all }}) {% endif %} {% if not status or status != "failed" %} {% if nb_failed == 0 %}
échoués ({{ nb_failed }})
{% else %} échoués ({{ nb_failed }}) {% endif %} {% endif %} {% if not status or status != "canceled" %} {% if nb_canceled == 0 %}
annulés ({{ nb_canceled }})
{% else %} annulés ({{ nb_canceled }}) {% endif %} {% endif %}
{% 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 %} {% if imp.status == "running" %}{{ imp.status }}{% else %}{{ imp.status }}{% endif %} {% endwith %} {% endif %}
{% include "agenda_culturel/side-nav.html" with current="rimports" %}
{% endblock %}