{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}
{{report_month}} {{report_year}}{{eid_bonus_list.created_date}}
Date:{{date}}
{% if department %}(Department : {{department}}) {% endif %} {% if designation %} (Designation : {{designation}}) {% endif %} {% if from_date %} {{from_date}}  -  {{to_date}} {% endif %}Designation | Total Employee | Present | Absent | {{department_list.0.0}} | {% endif %} {% for employee in department_list %} {% if forloop.last %}
---|---|---|---|
{{ employee.1 }} | {{ employee.2 }} | {{ employee.3 }} | {{ employee.4 }} |
Total | {{ employee.7 }} | {{ employee.5 }} | {{ employee.6 }} |
{{ employee.1 }} | {{ employee.2 }} | {{ employee.3 }} | {{ employee.4 }} | Total Employee: {{grand_total_employee}} | Total Present: {{grand_total_present}} | Total Absent: {{grand_total_absent}} | Total Male: {{total_male}} | Total Female: {{total_female}} |