{% extends "articles/base.html" %} {% load article_tags %} {% load base_tags %} {% load base_filters %} {% load perm_tags %} {% block content %} {% url "article.export_download" identifier as dl_url %}

{% trans "Articles Export - Status" %}

{% if download_ready %}
{% blocktrans %}

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

Download Now
{% endblocktrans %}
{% else %} {% 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 %}