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

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


{% endif %}




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




{% if (society_id|int in [36]) %}
{{(fellowship_data or '')|safe }}
{% endif %}
{% if data.attach_path %} {% else %} image {% endif %}

Upload Profile picture

{% if r_url %} {% else %} Cancel {% endif %}
{% endblock %} {% block script %} {% endblock %}