{% set societyData = Auth.getSociety(society_id) %}
{% block title %}{% endblock %}
{% block style %}{% endblock %}
{% if societyData.get('clarity_script',None) %} {{ societyData['clarity_script']|safe }} {% endif %}
X
For full functionality of this site it is necessary to enable JavaScript. Here are the
instructions how to enable JavaScript in your web browser
.
{% 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) %}
Welcome {{auth_data.prefix or ''}} {{auth_data.full_name or ''}} [{{auth_data.membership_no or ''}}]
{% if society_id|int == 44 %}
Logout
{% else %}
Logout
{% endif %}
{% endif %}
{% block absTitle %}{% endblock %}
{% block content %} {% endblock %}
{% block script %}{% endblock %}