{% extends 'admin/base_admin.html' %} {% block title %}Members | APSS Admin{% endblock %} {% block admin_content %}

Membership Applications

Review and update status.

{% for m in members %}{% endfor %}
NameEmailDistrictTypeStatusAction
{{ m.full_name }}
{{ m.profession }}
{{ m.email }}
{{ m.phone }}
{{ m.district }}{{ m.membership_type }}{{ m.status }}
{% endblock %}