{% extends 'base.html' %} {% load url from future %} {% block page_header %}

Exporting {{ job.name }}

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

Bear with us

This export job is now running, and might take a while to complete. Do not navigation away from this page as the download will be delivered as soon as the job is complete.

{% endblock sidebar %} {% block form_content %} {% if not job.data %}
{% endif %}
{% if not push_enabled and not job.data %} {% include 'dataportability/export-updates.inc.html' %} {% endif %}
{% endblock form_content %} {% block javascript %} {{ block.super }} {% if not job.data %} {% if push_enabled %} {% endif %} {% else %} {% endif %} {% endblock javascript %}