{% extends 'base.html' %} {% block page_header %}

Importing {{ job.name }}

{% endblock page_header %} {% block sidebar %}

Bear with us

This import job is now running, and might take a while to complete. You can move away from this page, and you’ll be notified when the process is complete.

{% endblock sidebar %} {% block form_content %}
{% if not push_enabled %} {% include 'dataportability/import-updates.inc.html' %} {% endif %}
{% endblock form_content %} {% block javascript %} {{ block.super }} {% if push_enabled %} {% endif %} {% endblock javascript %}