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

{% trans "Location Import Failed!" %}

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

Please try again. If the problem continues to persist please contact us here.

{% else %}

{% trans "Processing Location Import!" %}

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

We're not done yet! Come back and check on us again later. Thanks!

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