{% load i18n %} {% if is_ready %}

{% trans "Your export is ready." %}

{% trans "Download File Now" %}
{% else %} {% if not is_alive %}

{% blocktrans %} Task processor not detected. There may be something wrong with your system. If the download takes longer than normal to complete please contact support for help. {% endblocktrans %}

{% else %} {% if progress.percent %}
{% endif %} {% if progress.total %}

{% trans "Processed" %} {{ progress.percent }}%

{% else %} {#

{% trans "Preparing..." %}

#} {% endif %} {% endif %} {% endif %}