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

INCOMPLETE FORM

{% 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 btn_page == 'Search Everywhere': %} {% endif %} {% for user in user_profile %} {% if user.status_id > 0 : %} {% else %} {% endif %} {% if user.proposer_status or user.seconder_status: %} {% else %} {% endif %} {% if btn_page == 'Search Everywhere': %} {% endif %} {% endfor %}
Sno View Full name Email id/
Mobile
City /
State
Amount paid Approved Status Status Created on Last modified onCurrent Status
{{loop.index}} View
{{user.full_name or ""}} {{user.email or ""}}{% if user.email or user.mobile: %}/{% endif %}
{% if user.mobile and user.email %} {% set wp_content = "*Important info on your "+societyData.society_intial+" Membership application* \n\nDear "+ (user.full_name if user.full_name else '') +",\n\nWe notice that you have initiated the membership application form of "+ societyData.society_intial+" and you have not completed the form.\n\nThis is to remind you to complete the form so that we can process your membership.\n\nTo complete the application form, visit "+ societyData.society_url+".\n\nThe email id which you have used to initiate the membership application is "+user.email+".Please use the same email id to complete your membership application form.\n\nFor any assistance, please respond to this message and I will be happy to assist you." %} {{user.mobile or ""}} {% else %} {{user.mobile or ""}} {% endif %}
{{user.city or ""}}{% if user.city or user.state_name: %}/{% endif %}
{{user.state_name or ""}}
{{user.amount or "Yet to pay"}} {% if user.proposer_status|string != 'None' : %} {{user.proposer_status|safe or ""}} {% endif %}
{% if user.seconder_status|string != 'None' : %} {{user.seconder_status|safe or ""}} {% endif %}
{{user.display_name or ""}} {{user.created_at.strftime('%d-%m-%Y %H:%M:%S') if user.created_at else ''}} {{user.updated_at.strftime('%d-%m-%Y %H:%M:%S') if user.updated_at else ''}}{{user.current_status or 'Incomplete Form'}}
{{Helper.pagination_tool(total,page,limit)|safe}}
{% endblock %} {% block script %} {% endblock %}