{% extends 'memberapp_users/layout.html' %} {% block head %} {% endblock %} {% block title %}Become a member - {{societyData.society_title_fullform}} ({{societyData.society_name}}){% 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 %}
{% if society_id|int == 3 :%} {% if soiety_index_content: %} {{soiety_index_content|safe}} {% endif %} {% endif %}

To initiate your membership application, key in your email id




{% if society_id|int != 3 :%} {% if soiety_index_content: %} {{soiety_index_content|safe}} {% endif %} {% endif %}
{% endblock %} {% block script %} {% endblock %}