{% extends 'base.html' %} {% block body %}
{% include 'navbar.html' %}
{% include 'header.html' %}

HR Department Dashboard

Headcount by Department
Quick Actions
{{ by_department|json_script:"dept-data" }} {% for message in messages %} {% endfor %} {% endblock %}