{% extends 'base.html' %} {% block main_wrapper %}
Student Name : {{ object.select_student.student_name | safe }}
Student Class : {{ object.select_class.class_name }} ( {{ object.select_class.section | safe }} )
Student Roll : {{ object.select_student.student_roll | safe }}
# | Subject Name | Mark |
---|---|---|
{{ forloop.counter }} | {% for m in mark %}{{ m }} | {% endfor %}