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 %}
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 %} |