{% trans 'Hello' %} {{ user.first_name }},

{% trans 'Your invoice export is ready.' %}

{% trans 'The details of the export' %}:
{% trans 'Update Date Range' %}: {{ start_dt|date:"F j, Y" }} - {{ end_dt|date:"F j, Y" }}
{% trans 'To download the export file, go to' %}:
{{ site_url }}{{ download_url }}

{% trans 'Note that the download link will expire in one week.' %}

{% trans 'Thanks' %},
{{ site_display_name }}

{% trans 'Time submitted' %}: {% now "D d M Y P" %}