{% load i18n %}
{% for obj in objects %} {% endfor %} {% if next %} {% endif %}
Identifiant Date Source Status nombre d'événements
en ligne importés mis à jour supprimés
{{ obj.id }} {{ obj.created_date }} {% if obj.recurrentImport %} {{ obj.recurrentImport.name }} {% else %} {% if obj.url_source %} {% if "facebook" in obj.url_source %} lien facebook {% else %} url {% endif %} {% if obj.event_id %} (événement) {% endif %} {% endif %} {% endif %} {% trans obj.status %} {% if obj.status == "running" %} (annuler) {% endif %} {% if obj.status == "success" %}{{ obj.nb_initial }}{% endif %} {% if obj.status == "success" %}{{ obj.nb_imported }}{% endif %} {% if obj.status == "success" %}{{ obj.nb_updated }}{% endif %} {% if obj.status == "success" %}{{ obj.nb_removed }}{% endif %}
... ... ... ... ... ... ... ...