{% extends "base.html" %} {% block title %} » General Imports » {{import_id}} {% endblock %} {% block nav %} General Imports » {{import_id}} {% endblock %} {% block content %} {% if importer.line_number %}
Line number {{importer.line_number}}.
{% endif %} {% if importer.is_alive() %}Still running. Refresh the page to see latest progress.
{% else %} {% if importer.failed_args|length > 0 %}The import has failed and so the whole import has been rolled back.
{{title}} | {% endfor %}
---|
{{value}} | {% endfor %}
{{value}} | {% endfor %}
{{importer.error_message}}
{% else %}The file has been imported successfully.
{% endif %} {% endif %} {% endblock %}