{% extends "account_user_management_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Organizations {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Group Enlistment

{% if organization_list %}
{% for organization in organization_list %} {% endfor %}
SL Mother Organization Action
{{forloop.counter}} {{ organization.mother_organization }}
{% if organization_list.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}