{% extends "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 %} {% if request.user.is_superuser == True %}

Sister Organization

{% csrf_token %}
{{form.mother_organization|as_crispy_field }}
{% endif %} {% if request.user.user_type == "Mother_Organization_admin" %}

Sister Organization

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