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