{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block Style %} {% endblock Style %} {% block MainContent %}
{{report_month}} {{report_year}}{{attendance_bonus_list.created_date}}
SL | Employee Name | Department | Designation | Amount | {% for report in attendance_bonus_list %}
---|---|---|---|---|
{{forloop.counter}} | {{report.employee_name}} | {{report.employee.department}} | {{report.employee.designation}} | {{report.amount}} |