{% extends "directories/base.html" %} {% load directory_tags %} {% load base_tags %} {% load base_filters %} {% url "directory.export_download" identifier as dl_url %} {% block title %}{% trans "Export Directories - Status" %}{% endblock %} {% block content %}

{% trans "Directories Export - Status" %}

{% trans "The export file is ready, click the download link below to download." %}

{% trans "Download Now" %}
{% if not download_ready %} {% blocktrans %}

Your request is being processed. Please check later by refreshing this page.

In the meantime, we'll notify you via email once the export is ready. Thank you for your patience!

{% endblocktrans %} {% endif %} {% endblock %}