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

Account Registered Department

{% if departments %} {% for department in departments %} {% endfor %} {% else %} {% endif %}
SL No Mother Organization Sister Organization Branch Department Action
{{forloop.counter}} {{ department.mother_organization }} {{ department.sister_organization }} {{ department.branch.name_en }} {{ department.department }}
No Data Found
{% endblock MainContent %} {% block meassage %} {% endblock meassage %} {% block JS %} {% endblock JS %}