{% extends "locations/base.html" %} {% load base_tags %} {% load base_filters %} {% block title %}{% trans 'Import Locations from CSV file' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% if task.status == "FAILED" or task.status == "REVOKED" %}

{% trans "Location Import Failed!" %}

{% trans "Step 4/4" %} · {{ now }}

{% blocktrans %}Please try again. If the problem continues to persist please contact us here.

{% endblocktrans %} {% else %}

{% trans "Processing Location Import!" %}

{% trans "Step 4/4" %} · {{ now }}

{% trans "We're not done yet! Come back and check on us again later. Thanks!" %}

{% endif %}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}