{% load i18n %} {% if is_ready %}
{% trans "Your export is ready." %}
{% trans "Download File Now" %}{% 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 %}{% trans "Processed" %} {{ progress.percent }}%
{% else %} {#{% trans "Preparing..." %}
#} {% endif %} {% endif %} {% endif %}