{% extends "members/base.html" %} {% load i18n %} {% block content %}

{% trans "Member applications" %}

{% if notification %}
{{ notification }}
{% endif %} {{ table|safe }}
{% trans "Download Excel" %}
{% endblock content %}