{% extends "user_groups/base.html" %} {% load base_tags %} {% load base_filters %} {% load i18n %} {% block title %}{% trans "Export Group Members - Status" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}

Group Members Export - Status

Group: {{ group.name }}

The export file is ready, click the download link below to download.

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

Your request is being processed. Please check later by refreshing this page.

In the meantime, {% if email_recipient %}an email will be sent to you at {{ email_recipient }} {% else %} we'll notify you via email {% endif %} once the export is ready.
Thank you for your patience!

{% endif %} {% endblock %}