{% extends "directories/base.html" %} {% load directory_tags %} {% load base_tags %} {% load base_filters %} {% load i18n %} {% block title %}{% trans "Export Directories - Status" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% directory_nav request.user %}

{% trans "Directories Export - Status" %}

The export file is ready, click the download link below to download.

Download Now
{% if not download_ready %}

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!

{% endif %} {% endblock %}