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

Sister Concern Enlistment

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