{% extends "root.html" %} {% set active_page = "admin" %} {% block title %}Admin Member List{% endblock %} {% block content %}
# | LDAP Username | Months Due | Payment Policy |
---|---|---|---|
{{loop.index}}. | {{member.username}} | {{member.months_due}} {% if member.active and member.last_transfer_bank != 'IdeaBank' %} {{member.last_transfer_bank}} {% endif %} | {% include "button_payment_policy.html" %} |