Profile Information for {{societyData.society_name}}
|
{% if data.attach_path : %}
Profile Picture |
|string }}) |
{% endif %}
Name |
{{data.prefix or ''}}{{data.full_name or ''}} |
Email Id |
{{data.email or ''}} |
{% if data.mobile : %}
Mobile No |
{{data.mobile or ''}} |
{% endif %}
Whatsapp No |
{{data.whatsapp_number or ''}} |
{% if societyData.society_id == 18 %}
Institution |
{{data.institution or ''}} |
{% endif %}
Gender |
{{data.gender or ''}} |
DOB |
{% if data.dob: %} {{data.dob.strftime('%d-%m-%Y') or ''}}{% endif %} |
{% if societyData.society_id == 3 %}
{{ data.gov_proof_type }} |
{{data.gov_proof_id or ''}} |
AIOS Membership Number |
{{data.aios_membership_number or ''}} |
{% endif %}
MC Number |
{{data.mc_number or ''}} |
MC State |
{{data.mc_state or ''}} |
{% if societyData.society_id == 1 %}
{% if fellowship.attach_path %}
Fellowship Certificate |
|string }}) |
{% endif %}
{% endif %}
{% if societyData.society_id != 3 %}
Phone(home) |
{{data.phone_home or ''}} |
Phone(Office) |
{{data.phone_office or ''}} |
{% endif %}
Address |
{{ ' '.join(address_list) |safe}}
|