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

Department Enlistment

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