{% extends 'Admin/Sidebar2.html' %} {% block content %} {% load widget_tweaks %} {%load static%}
{% if messages %} {% endif %}

EMPLOYEE EFFICIENCY PREDICTION

{% if d %} {% for i in d %} {% endfor %} {% endif %}
StaffID EmployeeName Available Status
{{i.StaffID}} {{i.EmployeeName}}
Available
{% csrf_token %} {{form.as_table}}


{% endblock content %}