{% extends "invoices/base.html" %} {% load invoice_tags %} {% load base_tags %} {% load base_filters %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% trans 'The export file is ready, click the download link below to download.' %}
Your request is being processed. Please check later by refreshing this page.
In the meantime, we'll notify you via email at {{ request.user.email }} once the export is ready. Thank you for your patience!
{% endblocktrans %} {% endif %}