{% if progress %}
{{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 %}