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

Mother Organizations

    {% if request.user.is_superuser == True %}
  • {% endif %}
{% if mother_organizations %}
{% for mother_organization in mother_organizations %} {% if mother_organization.has_sister_concern == True %} {% else %} {% endif %} {% endfor %}
SL No Mother Organization Name (English) Mother Organization (Bengali) Number of User Sister Concern Action
{{forloop.counter}} {{ mother_organization.name_en }} {{ mother_organization.name_bn }} {{ mother_organization.number_of_user }}YESNO
    {% if request.user.is_superuser == True %}
  • {% endif %}
{% if mother_organizations.has_other_pages %} {% endif %}
{% 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 %}