{% extends 'memberapp_users/layout.html' %} {% block head %} {% endblock %} {% block title %}Application Form{% endblock %} {% block content %} {% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
×

right{{ mesg|safe }}

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

wrong{{ mesg }}

{% endfor %}
Membership Profile of {{user.prefix or ''}}{{user.full_name or ''}}

Membership Number:

{{user.membership_no or ''}}

Member Type:

{{user.member_type or ''}}

Status:

{{user.display_name or ''}}

{% if society_key in Helper.ColumnDescription: %}
(as in medical council record) {% endif %}

{{user.prefix or ''}}{{user.full_name or ''}}

{% if user.dob %}
{{user.dob.strftime('%d-%m-%Y')}}
{% else %}
-
{% endif %}
{{user.gender or '-'}}
{{user.email or '-'}}
{% if user.mobile: %}
{{user.mobile}}
{% else %}
-
{% endif %}
{% if user.whatsapp_number %}
{{user.whatsapp_number}}
{% else %}
-
{% endif %}
{% if society_key in Helper.AadhaarNumber: %}
{{user.aadhaar_number or '-'}}
{% endif %} {% if society_key in Helper.AiosMembershipNumber: %}
{{user.aios_membership_number or '-'}}
{% endif %}
{{user.mc_number or '-'}}
{{user.mc_state or '-'}}
{{user.address1 or '-'}}
{{user.address2 or ''}}
{{user.address3 or ''}}
{% if user.district %}
{{user.district}}
{% else %}
-
{% endif %}
{% if user.city: %}
{{user.city}}
{% else %}
-
{% endif %}
{% if user.pincode %}
{{user.pincode}}
{% else %}
-
{% endif %}
{{user.state_name or '-'}}
{{user.country_name or '-'}}

{% if datas|length != 0: %}

Qualification/Fellowship

{% for qualification in datas %} {% endfor %}
SNo Qualification/Fellowship From Passed Out Institution/University
{{loop.index}} {{qualification.qualification or ''}} {{qualification.year_from or ''}} {{qualification.year_passing or ''}} {{qualification.institution or ''}}

{% endif %}
{% if user_training|length != 0: %}

Training in endoscopic surgery/procedures

{% for training in user_training %} {% endfor %}
SNo Institution From(Date) Duration Teacher
{{loop.index}} {{training.institution or ''}} {{training.from_date or ''}} {{training.duration or ''}} {{training.teacher or ''}}

{% endif %} {% if data|length != 0: %}

Experience

{% for work in data %} {% if work.work_until==0 %} {% else %} {% endif %} {% endfor %}
SNo Institution/Hospital type Status Work Since Work Until Institution/Hospital
{{loop.index}} {{work.work_type or ''}} {{work.work_status or ''}} {{work.work_since or ''}} {{work.work_until or ''}}{{work.work_place or ''}}

{% endif %} {% if user_publication|length != 0: %}

Publication

{% for pubdata in user_publication %} {% endfor %}
SNo Author type Description
{{loop.index}} {{pubdata.author_type or ''}} {{pubdata.author_description or ''}}

{% endif %} {% if society_id|int == 41 %} {% if user_additional : %}

Fellowship/ Senior Residency in a Glaucoma

{% if user_additional and user_additional[0]['is_any_fellowship'] == "yes" %}
{% for row in user_additional %} {% endfor %}
SNo Fellowship Training Place Institution Fellowship Start Date Fellowship End Date
{{loop.index}} {{row.any_fellowship_place_training or ""}} {{row.institution or ""}} {{row.fellowship_start_date or ""}} {{row.fellowship_end_date or ""}}
{% else %}
No Fellowship Training
{% endif %} {% endif %}

Type of Practice and Practice Percentage

{% if user.type_of_practice :%}
Type of Practice Practice Percentage
{{user.type_of_practice}} {{user.practice_consists_percentage}}
{% endif %}
{% endif %} {% if othersociety|length != 0: %}

Membership of other Associations/Societies

{% for row in othersociety %} {% endfor %}
SNo Associations/Society Membership No
{{loop.index}} {{row.other_society_name or ""}} {{row.other_membership_no or ""}}
{% endif %} {% if image|length != 0: %}

Attachment

{% for user_attach in image %}
{{user_attach.attach_type}}
{% if user_attach.attach_file_name %} {% set src= user_attach.attach_path|string+"/"+user_attach.attach_file_name|string+"?"+Helper.getcurrenttimestamp()|string %} {% if ".pdf" in user_attach.attach_file_name :%} {% else %} {{user_attach.attach_type}} {% endif %} {% else %} {% set src= "" %} {{user_attach.attach_type}} {% endif %}
{% endfor %}
{% endif %}
{% if user.status_id == societyData['ms_rejected_status_id']: %}
{% endif %} {% if user.status_id == societyData['ms_approved_awaitingpayment_status_id']: %}
{% endif %}
{% if userData.proposer_id : %}
{% if userData.proposer_status == "Rejected": %} {% elif userData.proposer_status == "Accepted": %} {% else %} {% endif %}
Full Name: {{userData.proposer_name or ""}}
Membership Number: {{userData.proposer_membership_no or ""}}
Email id: {{Helper.email_mask(userData.proposer_email or "")}}
Mobile Number: {{Helper.mobile_mask(userData.proposer_mobile or "")}}
City: {{userData.proposer_city or ""}}
Status: {{userData.proposer_status or ''}}{{userData.proposer_status or ''}}{{userData.proposer_status or ''}} Send Reminder Mail
{% endif %} {% if userData.seconder_id : %}
{% if userData.seconder_status == "Rejected": %} {% elif userData.seconder_status == "Accepted": %} {% else %} {% endif %}
Full Name: {{userData.seconder_name or ""}}
Membership Number: {{userData.seconder_membership_no or ""}}
Email id: {{Helper.email_mask(userData.seconder_email or "")}}
Mobile Number: {{Helper.mobile_mask(userData.seconder_mobile or "")}}
City: {{userData.seconder_city or ""}}
Status: {{userData.seconder_status or ''}}{{userData.seconder_status or ''}}{{userData.seconder_status or ''}} Send Reminder Mail
{% endif %}
{% 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 %}
{% endblock %} {% block script %} {% endblock %}