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

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

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

Download Now
{% if not download_ready %}
loading
Please wait while we're processing...
{% endif %}
{% endblock %} {% block extra_body %} {% endblock %}