{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}
{{report_month}} {{report_year}}{{eid_bonus_list.created_date}}
SL No | Employee | Employee Code | Department | Designation | Work Place | In Time | Out Time |
---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ in_out.0 }} | {{ in_out.1 }} | {{ in_out.2 }} | {{ in_out.3}} | {{ in_out.4}} | {% for report in in_out.5 %} {{report.1.in_time |time:'h:i a'}} {% endfor %} | {% for report in in_out.5 %} {{report.1.out_time |time:'h:i a'}} {% endfor %} |