{% extends "factory_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}

Leave Approvals

{% csrf_token %} {{form.action}}
{% if leave_approver %}
{% for item in leave_approver %} {% endfor %}
SL Employee Name Leave Type Application for(day) Application Date Approved By Details View
{{ forloop.counter }} {{item.employee.name_en}} {{item.leave_type}} {{item.allocated_day}} {{item.application_date}} {{item.approved_by}}
    {%if item.status == 'Pending'%}
  • {%endif%} {%if item.status == 'Approved'%}
  • {%endif%} {%if item.status == 'Rejected'%}
  • {%endif%}
{% else %}
SL Employee Name Leave Type Application for(day) Application Date Details View
No Data Found
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}