{% set societyData = Auth.getSociety(society_id) %} {% block title %}{% endblock %} {% block style %}{% endblock %} {% if societyData.get('clarity_script',None) %} {{ societyData['clarity_script']|safe }} {% endif %}
{% if society_id|int == 44 %}

{{societyData.society_name}} Profile Update

{% else %}

{{societyData.society_name}} Profile Update

{% endif %}
{% if Auth.check(society_id) %} {% set auth_data = Auth.user(society_id) %}
{% if society_id|int == 44 %} Logout {% else %} Logout {% endif %}
{% endif %}
{% block absTitle %}{% endblock %}
{% block content %} {% endblock %}
{% block script %}{% endblock %}