{% if society_key in Helper.AadhaarNumber: %}
{% endif %}
{% if society_key in Helper.AiosMembershipNumber: %}
{% endif %}
{% if datas|length != 0: %}
Qualification/Fellowship
SNo |
Qualification/Fellowship |
From |
Passed Out |
Institution/University |
{% for qualification in datas %}
{{loop.index}} |
{{qualification.qualification or ''}} |
{{qualification.year_from or ''}} |
{{qualification.year_passing or ''}} |
{{qualification.institution or ''}} |
{% endfor %}
{% endif %}
{% if user_training|length != 0: %}
Training in endoscopic surgery/procedures
SNo |
Institution |
From(Date) |
Duration |
Teacher |
{% for training in user_training %}
{{loop.index}} |
{{training.institution or ''}} |
{{training.from_date or ''}} |
{{training.duration or ''}} |
{{training.teacher or ''}} |
{% endfor %}
{% endif %}
{% if data|length != 0: %}
Experience
SNo |
Institution/Hospital type |
Status |
Work Since |
Work Until |
Institution/Hospital |
{% for work in data %}
{{loop.index}} |
{{work.work_type or ''}} |
{{work.work_status or ''}} |
{{work.work_since or ''}} |
{% if work.work_until==0 %}
|
{% else %}
{{work.work_until or ''}} |
{% endif %}
{{work.work_place or ''}} |
{% endfor %}
{% endif %}
{% if user_publication|length != 0: %}
Publication
SNo |
Author type |
Description |
{% for pubdata in user_publication %}
{{loop.index}} |
{{pubdata.author_type or ''}} |
{{pubdata.author_description or ''}} |
{% endfor %}
{% 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" %}
SNo |
Fellowship Training Place |
Institution |
Fellowship Start Date |
Fellowship End Date |
{% for row in user_additional %}
{{loop.index}} |
{{row.any_fellowship_place_training or ""}} |
{{row.institution or ""}} |
{{row.fellowship_start_date or ""}} |
{{row.fellowship_end_date or ""}} |
{% endfor %}
{% 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
SNo |
Associations/Society |
Membership No |
{% for row in othersociety %}
{{loop.index}} |
{{row.other_society_name or ""}} |
{{row.other_membership_no or ""}} |
{% endfor %}
{% endif %}
{% if image|length != 0: %}
Attachment
{% for user_attach in image %}
{% 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 %}

{% endif %}
{% else %}
{% set src= "" %}

{% endif %}
{% endfor %}
{% endif %}
{% if user.status_id == societyData['ms_rejected_status_id']: %}
{% endif %}
{% if user.status_id == societyData['ms_approved_awaitingpayment_status_id']: %}
{% 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 %}