{% extends 'hod_template/base_template.html' %} {% block page_title %} Home {% endblock page_title %} {% block main_content %}

{{ student_count }}

Total Students

More info

{{ staff_count }}

Total Staffs

More info

{{ course_count }}

Total Course

More info

{{ subject_count }}

Total Subject

More info

Student and Staff Chart

Total Subject in Each Courses

Total Student in Each Course

Total Student in Each Subject

Staff Leaves vs Attendance

Student Leaves vs Attendance

{% endblock main_content %} {% block custom_js %} {% endblock custom_js %}