{% extends "users/layout.html" %} {% block title %}Login to update your profile{% endblock %} {% block content %}
{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}

right{{ mesg }}

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

wrong{{ mesg }}

{% endfor %}

{{Data.society_title}}

Member Profile Update

{% if Data.society_id|int == 10%}
As a member of KOS, it is imperative that you update your contact information with the society at least once a year.
This helps KOS to keep you informed about the CME programs, conferences, annual scientific program, credit points, information from the DCGI or the medical council and any other important information that would be of relevance to the members. 
Updating your profile is mandatory to submit an abstract for the annual conference.
Please take a moment to update your profile and stay connected.
{% endif %}
{% if datas.html_content %}

{{Helper.convert_html_from_string(datas)|safe}}

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