{% extends 'hrms/layout.html' %} {% load static %} {% block title %} Dashboard | ITSC-HRMS {% endblock title %} {% block content %}

Administrators

{{admin_count}}

Administrators

Departments

{{dept_total}}

Available Departments

Employees

{{emp_total}}

Employee's Total Count

New Employees

{% for worker in workers %} {% endfor %}
Image First name Last name Mobile
{{worker.first_name}} {{worker.last_name}} {{worker.mobile}}  View
{% endblock content %}