{% include "header.html" %} {% load static %}
| Sr.No. | Name | Sections | MPQ | Negative Marks | Status | Last Modified | Action |
|---|---|---|---|---|---|---|---|
| {{forloop.counter}} |
{{exam_category.exam_category_name}}
|
{% for section in exam_category.section.all %}
{{section.section_name}} ,
{% endfor %}
|
{{exam_category.marks_per_question}}
|
{{exam_category.negative_marks_per_question}}
|
|
{{exam_category.created_at|date:"d/m/Y"}}
|
view |