{% load i18n %} {% trans "Export is Ready" %}

Hello {{ user.first_name }},

Your events export is ready.

The details of the export:
Date Range: {% if start_dt and end_dt %}{{ start_dt }} - {{ end_dt }}{% else %}None{% endif %}
Event Type: {% if type %}{{ type }}{% else %}All{% endif %}

To download the export file, go to:
{{ site_url }}{{ download_url }}

Note that the download link will expire in one week.

Thanks,
{{ site_display_name }}

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