{% extends 'student_template/base_template.html' %} {% block page_title %} Student Home {% endblock page_title %} {% block main_content %} {% load static %}
{% comment %} Boxes Section Starts {% endcomment %}

{{ total_attendance }}

Total Attendance

More info

{{ attendance_absent }}

Absent

More info

{{ attendance_present }}

Present

More info

{{ total_subjects }}

Total Subjects

More info
{% comment %} Boxes Section Ends {% endcomment %}

Total Attendance Chart

Attendance Statistics by Subjects

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