{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
Date | ID | Name | Designation | In | Out | WH | OT | status | |
---|---|---|---|---|---|---|---|---|---|
{{temp.1.date}} | {{employee.0.employee_code}} | {{employee.0.name_en}} | {{employee.0.designation.name_en}} | {{temp.1.in_time |time:'h:i'}} | {{temp.1.out_time |time:'h:i'}} | {{temp.1.Working_time}} | {% if employee.0.over_time == 'Eligible' %}{{temp.1.over_time}} | {% else %}{% endif %} | {{temp.1.status}} |
Total OT: | {{grand_ot}} |