{% extends "base.html" %} {% load static %} {% block Style %} {% endblock Style %} {% block MainContent %}
SL | Employee Name | Out Time | In time | Destination | Reason | Approved By | Status | Action | ||
---|---|---|---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {{item.employee.name_en}} | {{item.outtime}} | {{item.intime}} | {{item.destination}} | {{item.reason}} | {{item.approved_by}} | {% if item.status == 'Pending'%}{{ item.status }} | {% elif item.status == 'Rejected'%}{{ item.status }} | {% elif item.status == 'Approved'%}{{ item.status }} | {% endif %}
SL | Employee Name | Out Time | In time | Destination | Reason | Status | Action | ||
---|---|---|---|---|---|---|---|---|---|
No Data Found |