{% 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 != 0 %}

{% endif %}
{% if society_id|int == 3 %} (As in Aadhar card) {% endif %}




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











Long term Fellowship (One year or more)



{% set longterm = longterm_specialities%} {% if specialities %} {% for spl in specialities %}
{% if longterm %} {% else %} {% endif %}
{% endfor %} {% endif %}






Short term Fellowship (One year or more):



{% set shortterm = shortterm_specialities%} {% if specialities %} {% for splt in specialities %}
{%if shortterm %} {% else %} {% endif %}
{% endfor %} {% endif %}






{% if data.attach_path %} {% else %} image {% endif %}

Upload Profile picture

{% 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 %}