{% extends "base.html" %} {% block title %} LAF Imports » {{process_id}} {% endblock %} {% block nav %} LAF Imports » {{process_id}} {% endblock %} {% block content %}
{{progress}}.
{% endif %} {% if is_alive %}Still running. Refresh the page to see latest progress.
{% else %} {% if error_message %}The import has failed:
{{error_message}}{% else %}
The file has been imported successfully.
{% endif %} {% endif %} {% endblock %}