{% endif %}
{% if request.user.user_type == 'Mother_Organization_admin' %}
Night OT Time
{% endif %}
{% if request.user.user_type == 'Sister_Organization_admin' %}
Night OT Time
{% endif %}
{% if request.user.user_type == 'Branch' or request.user.user_type == 'Regular'%}
{% endif %}
Night OT Time
{% if request.user.user_type == 'Branch' or request.user.user_type == 'Regular'%}
{% if 'department_add' in user_permission_list %}
{% endif %}
{% endif %}
{% if night_ot_time %}
{% comment %}
{% endcomment %}
SL No
Mother Organization
Sister Organization
Branch
Time
Action
{% for night_ot in night_ot_time %}
{{forloop.counter}}
{{ night_ot.mother_organization }}
{{ night_ot.sister_organization }}
{{ night_ot.branch.name_en }}
{{ night_ot.night_ot_time_deduct}}
{% 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 night_ot_time.has_other_pages %}
{% endif %}