{{ 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 %}
{% endif %}
{% endif %} |
{{ 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 %} |
{% endfor %}
{% if next %}