{% blocktrans %}Pick your start and end dates (the default is the last 30 days) for your invoices export. An email will be sent to you at {{ request.user.email }} once the export is ready.{% endblocktrans %}
{% extends "invoices/base.html" %} {% load invoice_tags %} {% load base_tags %} {% load base_filters %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% blocktrans %}Pick your start and end dates (the default is the last 30 days) for your invoices export. An email will be sent to you at {{ request.user.email }} once the export is ready.{% endblocktrans %}