{% trans 'Hello' %} {{ user.first_name }},
{% if corp_profile %}
{% blocktrans %}Your roster export for corp "{{ corp_profile.name }}" is ready.{% endblocktrans %}
{% else %}
{% trans 'Your membership export is ready.' %}
{% endif %}
{% trans 'The details of the export:' %}
{% trans 'Export Status Detail:' %} {% if export_status_detail %}{{ export_status_detail }}{% else %}{% trans 'ALL' %}{% endif %}
{% trans 'Export Type:' %} {% if export_type == 'all_fields' %}{% trans 'All fields' %}{% else %}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" %}