Import History
Dashboard / Import / History
MR
{% if imports %} {% for job in imports %} {% endfor %} {% else %} {% endif %}
Date File Leads Imported Errors Status Actions
{{ job.created_at|date:"M j, Y H:i" }} {{ job.filename }} {{ job.imported_count|default:"0" }} {{ job.error_count|default:"0" }} {{ job.status }}
{% if job.error_count > 0 %} {% endif %}

No imports yet — start your first import

{% if imports.has_other_pages %}
Showing {{ imports.start_index }}–{{ imports.end_index }} of {{ imports.paginator.count }} imports
{% if imports.has_previous %} ‹ Prev {% endif %} {% for num in imports.paginator.page_range %} {% if num == imports.number %} {{ num }} {% else %} {{ num }} {% endif %} {% endfor %} {% if imports.has_next %} Next › {% endif %}
{% endif %}