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

Hello {{ user.first_name }},

{% if corp_profile %} Your roster export for corp "{{ corp_profile.name }}" is ready. {% else %} Your membership export is ready. {% endif %}

The details of the export:
Export Status Detail: {% if export_status_detail %}{{ export_status_detail }}{% else %}ALL{% endif %}
Export Type: {% if export_type == 'all_fields' %}All fields{% else %}Main fields{% 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" %}