{% extends "memberships/base.html" %} {% load base_tags %} {% load base_filters %} {% load i18n %} {% block title %}{% trans "Export Memberships - Status" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %} {% if corp_profile %}

{% trans "Roster Export for Corp. Membership: " %}{{ corp_profile.name }} {% trans " - Status" %}

{% else %}

{% trans "Membership CSV Export - Status" %}

{% endif %}

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

Download Now
 
 
{% if corp_profile %}
{% if request.user.profile.is_superuser %} {% trans "Back to Corp. Memberships" %} » {% else %} {% trans "Back to Corp. Memberships" %} » {% endif %}
{% endif %}
{% if not download_ready %}

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

In the meantime, we'll notify you via email once the export is ready. Thank you for your patience!

{% endif %} {% endblock %}