{% 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
.
{{societyData.society_name}} Profile Update
{% if Auth.check(society_id) %} {% set auth_data = Auth.user(society_id) %}
Welcome {{auth_data.prefix or ''}} {{auth_data.full_name or ''}}
Logout
{% endif %}
{% block absTitle %}{% endblock %}
{% block content %} {% endblock %}
{% block script %}{% endblock %}