{% extends 'info/base.html' %} {% load static %} {% block content %}
Marks
{% for sc in sc_list %} {% for m in sc.marks_set.all %} {% endfor %} {% empty %}

student has no courses

{% endfor %}
Course ID Course name Internals 1 Internals 2 Internals 3 Event 1 Event 2 SEE
{{ sc.course_id }} {{sc.course.name}}{{ m.marks1 }}
{% endblock %}