{% extends "ie_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Employee Categorization Index {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Employee Categorization Index

{% if emplyee_obj %} {% for item in emplyee_obj %} {% endfor %} {% else %} {% endif %}
SL Production Unit Department Designation Working Type Productivity Priority Action
{{forloop.counter}} {{ item.production_unit}} {{ item.department}} {{ item.designation}} {{ item.get_working_type_display}} {{ item.get_productivity_display}} {{ item.priority}}
Data not found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}