{% extends "base.html" %} {% block title %}Member Approvals - National Medlab Cooperative{% endblock %} {% block content %}
| Registration No. | Full Name | Phone | State/LGA | Expected Contribution | Registration Fee | Photo | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ user.registration_number }} | {{ user.full_name }} | {{ user.email }} | {{ user.phone }} | {{ user.state_of_residence }}/{{ user.lga_of_residence }} | ₦{{ "%.2f"|format(user.expected_monthly_contribution or 0) }} | {% set fee_status = 'pending' %} {% for fee in user.registration_fees %} {% if fee.status == 'paid' %} {% set fee_status = 'paid' %} {% endif %} {% endfor %} {{ fee_status.title() }} |
{% if user.photo_path %}
|
All members have been processed.