{% extends 'memberapp_users/layout.html' %} {% block head %} {% endblock %} {% block title %}User Information{% endblock %} {% block content %}
{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
×

right{{ mesg|safe }}

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

wrong{{ mesg|safe }}

{% endfor %}
{% if society_key in Helper.ColumnDescription: %}
(As mentioned in the Medical Council Registration) {% endif %}
{% if society_key in Helper.ColumnDescription: %}
(If different from Primary Number) {% endif %}

{% if society_key in Helper.AiosMembershipNumber: %}
{% if society_key in Helper.ColumnDescription: %}
(If your a member) {% endif %}
{% endif %}
{% if society_key in Helper.AadhaarAddress: %}
(As in Aadhar card) {% endif %}
{% if society_id|int == 3 %}
{% else %} {% endif %}
{% set user_country = user.country_id if user.country_id else Auth.getSociety(society_id)['default_country_id'] %}
{% if society_id|int in (3,10) %}


{% endif %} {% if Helper.HospitalAddress.get(society_key,None) %} {% if Helper.HospitalAddress[society_key]['show'] == 1 %} {% include 'memberapp_users/user_additional.html' %} {% endif %} {% endif %}
{% if member_types|length > 1 %} Previous {% endif %}
{% endblock %} {% block script %} {% endblock %}