{% endif %}
{% if request.user.user_type == 'Mother_Organization_admin' %}
Lunch Bill
{% endif %}
{% if request.user.user_type == 'Sister_Organization_admin' %}
Lunch Bill
{% endif %}
{% if request.user.user_type == 'Branch' or request.user.user_type == 'Regular'%}
{% endif %}
Lunch Bill
{% if request.user.user_type == 'Branch' or request.user.user_type == 'Regular'%}
{% if 'department_add' in user_permission_list %}
{% endif %}
{% endif %}
{% if lunch_bill_list %}
{% comment %}
{% endcomment %}
SL No
Mother Organization
Sister Organization
Branch
Month
Year
Amount
Action
{% for lunch_bill in lunch_bill_list %}
{{forloop.counter}}
{{ lunch_bill.mother_organization }}
{{ lunch_bill.sister_organization }}
{{ lunch_bill.branch.name_en }}
{{ lunch_bill.month}}
{{ lunch_bill.year}}
{{ lunch_bill.amount}}
{% 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 lunch_bill_list.has_other_pages %}
{% endif %}