{% trans "Hello" %} {{ user.first_name }},
{% trans "Your events financial export is ready" %}.
{% trans "The details of the export" %}:
{% trans "Date Range" %}: {% if start_dt and end_dt %}{{ start_dt }} - {{ end_dt }}{% else %}{% trans "None" %}{% endif %}
{% 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" %}