{% extends "members_base.html" %} {% load i18n %} {% block content %}

{% trans "Member applications" %}

{% if notification %}
{{ notification }}
{% endif %} {{ table|safe }}
{% endblock content %}