Employee Leave status
Status
ID | Reason | Leave Date | Status |
---|---|---|---|
{{ id }} | {{ u.l_reason }} | {{u.l_DOB }} | {% if u.l_status == 'Approved' %} {% elif u.l_status == 'Rejected' %} {% else %} {% endif %} | {% endfor %}
{% load static %}
ID | Reason | Leave Date | Status |
---|---|---|---|
{{ id }} | {{ u.l_reason }} | {{u.l_DOB }} | {% if u.l_status == 'Approved' %} {% elif u.l_status == 'Rejected' %} {% else %} {% endif %} | {% endfor %}