{% extends "invoices/base.html" %} {% load invoice_tags %} {% load base_tags %} {% load base_filters %} {% load i18n %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% invoice_nav request.user %}

{% trans "Invoices Export" %}

Pick your start and end dates (the default is the last 30 days) for your invoices export. Click download and your export will be begin processing. Please be patient for large date ranges.

{% csrf_token %}

{% endblock %} {% block extra_body %} {% endblock extra_body %}