{%load staticfiles%}

Welcome {{faculty.first_name}}

Grade Management System


Available Courses:

{%for courses in faculty.courses_set.all %} {% endfor %}
Course Total Students
{{courses.course_name}} {{ courses.students.all|length }}

Select a course from above table to edit student's marks