{% trans 'Hello' %} {{ user.first_name }},

{% blocktrans with g=group.name %}Your group members export for "{{ g }}" is ready.{% endblocktrans %}

{% 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" %}