{% block head %} {% endblock %}
BACK OFFICE
{% if society_id|int == 12 : %}
Members
Add New Member
{% else %}
Membership process
Awaiting Secretariat's approval
Awaiting approval from Proposer / Seconder
{% if Auth.getSociety(society_id)['member_approve_type'] == "before payment" : %}
Application awaiting payment
{% endif %}
Rejected applications
Manual addition of new members
Members
Incomplete forms
{% if society_id|int == 1 or society_id|int == 18 : %}
Convert to life member
{% endif %}
Terminated members
Search
Search All Members
Proposer/Seconder
{% if Auth.getSociety(society_id)['paymentgateway_appmaster_id'] != none %}
Payment Gateway
Transaction Verification
{% endif %}
Reports
{% if society_id|int !=17 %}
Ratification
{% endif %} {% if society_id|int !=4 %}
Profile Dashboard
{% endif %} {% endif %}
{% if Auth.bouser(society_id)['admin_type'] and Auth.bouser(society_id)['admin_type']|int == 2 %}
Others
Bulk Mail
District list
City list
{% endif %}
{% if Auth.bocheck(society_id): %}
LOGOUT
{% endif %}
{% block content %}{% endblock %}
{% block script %}{% endblock %}