{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Salary Wise Designation {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Salary Wise Designation

{% if attendance_bonous_query %} {% for attendance in attendance_bonous_query %} {% endfor %} {% else %} {% endif %}
SL No Branch Name Department Designation Action
{{ forloop.counter }} {{ attendance.branch.branch.name_en }} {{ attendance.department.name_en }} {{ attendance.designation.name_en }}
No Data Found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}