{% load static %}
STATUS OF PENDING REQUESTS
{% if pending_overheads %}
{% for overhead in pending_overheads %} {% endfor %}
DATE LDAP ID NAME B/L/T/D NO. OF PERSONS APPROVE/ REJECT
DATE LDAP ID NAME B/L/T/D NO. OF PERSONS APPROVE/ REJECT
{{ overhead.date }} {{ overhead.ldap }} {{ overhead.name }} {{ overhead.mealType }} {{ overhead.count }}
{% else %}
No pending Overhead requests currently.
{% endif %}