{% 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 you want to change your primary email id in the {{societyData.society_intial}} profile, please write to {{ societyData.e_support_mail or '' }}


{% if society_id|int != 0 %}


{% endif %}


{% if society_id|int == 10 %}

Permanent Address

(As in Aadhar card)

{% endif %}








{% if society_id|int == 18 %}

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

Communication Address










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

Upload Profile picture
{{ Helper.getAdditionalform(society_id,data) | safe }}

{% endblock %} {% block script %} {% endblock %}