{% load static %}
HOME
REQUESTS
APPROVE REQUESTS
TODAY's COUNT UPDATE
INFORMATION
DIALY REQESTS HISTORY & COUNT
Logout
STATUS OF PENDING REQUESTS
{% if pending_overheads %}
{% csrf_token %}
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
{% for overhead in pending_overheads %}
{{ overhead.date }}
{{ overhead.ldap }}
{{ overhead.name }}
{{ overhead.mealType }}
{{ overhead.count }}
{% endfor %}
{% else %}
No pending Overhead requests currently.
{% endif %}
Ready to Leave?
×
Select "Logout" below if you are ready to end your current session.