{% 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 Members Export - Status' %}

{% trans 'Group' %}: {{ group.name }}

{% trans 'The export file is ready, click the download link below to download.' %}

{% trans 'Download Now' %}
 
 
{% trans "Back to Group" %} »
{% if not download_ready %}

{% 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!' %}

{% endif %} {% endblock %}