{% extends "base.html" %}
{% load static %}
{% load crispy_forms_tags %}
{% block title %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %}
{% if request.user.is_superuser == True %}
-
{% endif %}
{% if mother_organizations %}
{% else %}
SL No |
Mother Organization Name(English) |
Mother Organization(Bengali) |
Number of User |
Sister Concern |
Action |
No Data Found |
{% endif %}
{% endblock MainContent %}
{% block meassage %}
{% include 'notifications/notifications.html' %}
{% endblock meassage %}
{% block JS %}
{% endblock JS %}