{% extends 'info/base.html' %} {% block title %}Student Dashboard{% endblock %} {% block css %} {% endblock %} {% block content %}

Welcome {{ request.user.student.name }}

Check your attendance, marks, and timetable below

Attendance

View your attendance status for each course. Check the list of classes conducted and your overall attendance percentage.

View Attendance

Marks

View your marks for each course. This includes internal assessments, events, and semester end exam marks.

View Marks

TimeTable

View your class timetable in tabular form. Check the courses, timing, and day of each class.

View TimeTable
{% endblock %}