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 %} |
MC Number |
{{data.mc_number or ''}} |
MC State |
{{data.mc_state or ''}} |
Phone(home) |
{{data.phone_home or ''}} |
Phone(Office) |
{{data.phone_office or ''}} |
Address |
{{ ' '.join(address_list) |safe}}
|