{% endif %}
{% if request.user.user_type == 'Mother_Organization_admin' %}
Department
{% endif %}
{% if request.user.user_type == 'Sister_Organization_admin' %}
Department
{% endif %}
{% if request.user.user_type == 'Branch' or request.user.user_type == 'Regular'%}
{% endif %}
Department
{% if request.user.user_type == 'Branch' or request.user.user_type == 'Regular'%}
{% if 'department_add' in user_permission_list %}
{% endif %}
{% endif %}
{% if department_list %}
SL No
Mother Organization
Sister Organization
Branch
Department
Action
{% for department in department_list %}
{{forloop.counter}}
{{ department.mother_organization }}
{{ department.sister_organization }}
{{ department.branch.name_en }}
{{ department.name_en }}
{% if 'department_update' in user_permission_list or request.user.user_type == 'Sister_Organization_admin' or request.user.user_type == 'Mother_Organization_admin' or request.user.is_superuser == True %}
{% endif %}
{% if 'department_delete' in user_permission_list or request.user.user_type == 'Sister_Organization_admin' or request.user.user_type == 'Mother_Organization_admin' or request.user.is_superuser == True %}
{% endif %}
{% endfor %}
{% if department_list.has_other_pages %}
{% endif %}