{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
Date | ID | Name | In | Out | WH | OT | status | {% if request.user.is_superuser == True %}created_by | updated_by | input_method | {% endif %}|
---|---|---|---|---|---|---|---|---|---|---|---|
{{temp.1.date}} | {{employee.0.employee_code}} | {{employee.0.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}} | {% if request.user.is_superuser == True %}{{report.1.created_by}} | {{report.1.updated_by}} | {{report.1.input_method}} | {% endif %}
Total OT: | {{grand_ot}} |