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

Welcome {{ request.user.teacher.name }}

Manage attendance, marks, and view reports below

Attendance

Enter and manage student attendance based on classes. Edit attendance for entire classes or individual students.

Enter Attendance

Marks

Enter and manage student marks including internals, events, and semester end exams. Edit marks as needed.

Enter Marks

TimeTable

View your timetable in tabular form. Check all your assigned classes, timings, and days of instruction.

View TimeTable

Reports

View detailed reports and analytics. Generate reports based on attendance, marks, and student performance.

View Reports
{% endblock %}