{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
Date | Status | In Time | Out Time | Over Time | Working Shift | |
---|---|---|---|---|---|---|
{{report.1.date}} | {{report.1.status}} | {{report.1.in_time |time:'h:i a'}} | {{report.1.out_time |time:'h:i a'}} | {% if employee.0.over_time == 'Eligible' %}{{report.1.over_time}} | {% else %}{% endif %} | {{report.1.shift}} |
Present : {{employee.6}} Leave: {{employee.8}} Holiday: {{employee.5}} Absent: {{employee.4}} Total Present: {{employee.2}} | Total Over Time: {% if employee.0.over_time == 'Eligible' %} {{employee.3}} {% else %} 0.0 {% endif %} | |||||
CL : {% for date in employee.7.CL %} {{date}}, {% endfor %} | SL : {% for date in employee.7.SL %} {{date}}, {% endfor %} | |||||
ML : {% for date in employee.7.ML %} {{date}}, {% endfor %} | OL : {% for date in employee.7.OL %} {{date}}, {% endfor %} | |||||
Unpaid Leave : {% for date in employee.7.UL %} {{date}}, {% endfor %} | EL : {% for date in employee.7.EL %} {{date}}, {% endfor %} |