{% extends "events/base.html" %} {% load profile_tags %} {% load perm_tags %} {% block title %}{% trans 'Event Financial Export - Status' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% if download_ready %}
« {% trans 'Back to Financial Report' %}

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

{% trans 'Download Now' %}
{% 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 %}