{% extends "users/layout.html" %} {% block title %} {{ societyData.society_name }} - Profile Update{% endblock %} {% block style %} {% endblock %} {% block content %}

Verify and Profile Update


{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}

right{{ mesg }}

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

wrong{{ mesg }}

{% endfor %} {% if Data.profile_content %}

{{Data.profile_content|safe}}


{% endif %}

Profile Information for {{societyData.society_intial}}



{% if society_id|int == 3 %} (As mentioned in Medical Council Registration) {% endif %}



If you want to change your primary email id in the {{societyData.society_intial}} profile, please write to {% if society_id|int == 10 %} {{ societyData.e_secretary_mail_id or '' }} {% else %} {{ societyData.e_support_mail or '' }} {% endif %}
{% if society_id|int == 10 %}
{% else %}
{% endif %}

{% if society_id|int == 3 %}
(If your are AIOS member)

{% endif %} {% if society_id|int == 10 %}

{% else %}

{% endif %} {% if society_id|int != 0 %}

{% endif %} {% if society_id|int != 3 %}


{% endif %} {% if society_id|int == 10 %}

Permanent Address


{% endif %} {% if society_id|int == 3 %} {{ Helper.getAdditionalform(society_id,data) | safe }} {% endif %}
{% if society_id|int == 3 %} (As in Aadhar card) {% endif %}




{% if society_id|int == 3 %}
{% else %} {% endif %}




{% if society_id|int == 18 %}

{% endif %} {% if society_id|int == 10 %}

Current address. (Proof required)










The registrar of societies mandates collection of a government issued ID number from members of all societies.*



{% if (member_type_id| int in (1,17,20)) and (society_id|int in [10]) %}
{% endif %}

{% endif %} {% if society_id|int == 10 %} {{ Helper.getAdditionalform(society_id,data) | safe }}

Choose your preferred specialities. (Maximum 2) *



{% if specialities %} {% for spl in specialities %}
{% endfor %} {% endif %}
{% endif %}
{% if data.attach_path %} {% else %} image {% endif %}

Upload Profile picture
{% if (member_type_id| int == 6) and (society_id|int in [1,18]) %}
{{(fellowship_data or '')|safe }}
{% endif %}
{% if society_id|int not in (3,10) %} {{ Helper.getAdditionalform(society_id,data) | safe }} {% endif %}

{% if r_url %} {% else %} Cancel {% endif %}
{% if (society_id|int in [1,18]) and (member_type_id | int == 6)%} {% elif (society_id|int in [10] ) and (member_type_id | int == 1 )%} {% else %} {% endif %}
{% endblock %} {% block script %} {% endblock %}