{% set text_color = namespace(val="black") %}

Your Profile

{% if userData.attach_path %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Profile Picture {% if userData.attach_path : %} {% else %} Photograph not uploaded {% endif %} Membership Number {{userData.membership_no or ''}} {% if userData.full_name %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Name {{userData.prefix or ''}}{{userData.full_name or 'Not provided'}} {% if userData.email %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Email Id {{userData.email or 'Not provided'}} {% if userData.mobile %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Mobile No {{userData.mobile or 'Not provided'}} {% if userData.whatsapp_number %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Whatsapp No {{userData.whatsapp_number or 'Not provided'}} {% if societyData.society_id == 18 %} {% if userData.institution %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Institution {{userData.institution or 'Not provided'}} {% endif %} {% if userData.gender %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Gender {{userData.gender or 'Not provided'}} {% if userData.dob %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} DOB {% if userData.dob: %} {{userData.dob.strftime('%d-%m-%Y') or 'Not provided'}}{% else %}Not provided{% endif %} {% if societyData.society_id == 3 %} {% if userData.gov_proof_id and userData.gov_proof_type %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} {{ userData.gov_proof_type or 'Govt. ID proof' }} {{userData.gov_proof_id or 'Not provided'}} {% if userData.aios_membership_number %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "blue" %} {% endif %} AIOS Membership Number {{userData.aios_membership_number or 'Not provided'}} {% endif %} {% if userData.mc_number %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Medical Council Number {{userData.mc_number or 'Not provided'}} {% if userData.mc_state %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Medical Council State {{userData.mc_state or 'Not provided'}} {% if userData.address1 or userData.address2 or userData.address3 %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Address {{userData.address1 or "Not provided"}}
{{userData.address2 or ""}}
{{userData.address3 or ""}} {% if userData.city %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} City {{userData.city or "Not provided"}} {% if userData.district %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} District {{userData.district or "Not provided"}} {% if userData.pincode %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Pin Code/Zip Code {{userData.pincode or "Not provided"}} {% if userData.country_name %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Country {{userData.country_name or "Not provided"}} {% if userData.state_name %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} State {{userData.state_name or "Not provided"}} {% if societyData.society_id == 10 %} {% if userData.gov_proof_type %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Government Proof Type {{userData.gov_proof_type or "Not provided"}} {% if userData.gov_proof_id %} {% set text_color.val = "black" %} {% else %} {% set text_color.val = "red" %} {% endif %} Government Proof Number {{userData.gov_proof_id or "Not provided"}} {% endif %}