{% trans 'Hello' %} {{ user.first_name }},
{% trans 'Your profiles export is ready.' %}'
{% trans 'The details of the export' %}:
{% trans 'Export Type' %}: {% if export_fields == 'all_fields' %}{% trans 'All fields' %}{% else %}{% trans 'Main fields' %}{% 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" %}