{% extends "user_groups/base.html" %} {% load base_tags %} {% load base_filters %} {% block title %}{% trans "Export Group Members - Status" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% trans 'Group' %}: {{ group.name }}
{% trans 'The export file is ready, click the download link below to download.' %}
{% blocktrans %}Your request is being processed. Please check later by refreshing this page{% endblocktrans %}.
{% if email_recipient %}
{% blocktrans %}In the meantime, an email will be sent to you at {{ email_recipient }}once the export is ready.
{% endblocktrans %}
{% else %}
{% blocktrans %}In the meantime, we'll notify you via email once the export is ready.
{% endblocktrans %}
{% endif %}
{% trans 'Thank you for your patience!' %}