{% extends 'back_office/bo_layout.html' %} {% block head %} {% endblock %} {% block title %}Membership Approved Page{% endblock %} {% block content %}

MEMBERSHIP NUMBER APPROVED

{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
×

right{{ mesg }}

{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}
×

wrong{{ mesg }}

{% endfor %}
{{Helper.pagination_tool(total,page,limit)|safe}}
{% if society_id|int == 10 or society_id|int ==1 %} {% endif %} {% if btn_page == 'Search Everywhere': %} {% endif %} {% for user in user_profile %} {% if society_id|int == 10 or society_id|int == 1 %} {% endif %} {% if btn_page == 'Search Everywhere': %} {% endif %} {% endfor %}
Sno View Membership no Membership type Full name Email id /
Mobile
City /
State
Is RatifiedRatified YearCurrent Status
{{loop.index}} View
{% if society_id|int == 12 %} {% else %} {% endif %} {% if Auth.bouser(society_id)['admin_type'] and Auth.bouser(society_id)['admin_type']|int == 2 %} {% if user.status_id == societyData['ms_approved_status_id'] and ((society_id|int in [3] and user.member_type_id|int in [1]) or (society_id|int in [2,17] and user.member_type_id|int in [1,6])): %} {% endif %} {% if user.status_id == societyData['ms_approved_status_id'] and ((society_id|int in [3] and user.member_type_id|int == 1) or (society_id|int in [18] and user.member_type_id|int == 1 and user.is_ratified|int == 1)): %} {% endif %} {% endif %}
{{user.membership_no or ""}} {{user.member_type or ""}}
{% if society_id|int==2 and user.member_type_id !=2 %} {% endif %}
{{user.full_name or ""}} {{user.email or ""}}{% if user.email or user.mobile: %}/{% endif %}
{{user.mobile or ""}}
{{user.city or ""}}{% if user.city or user.state_name: %}/{% endif %}
{{user.state_name or ""}}
{% if user.is_prosec == 1 %} Yes {% else %} No {% endif %} {{user.ratified_year or ""}}{{user.current_status or 'Incomplete Form'}}
{{Helper.pagination_tool(total,page,limit)|safe}}
{% endblock %} {% block script %} {% endblock %}