{% include "header.html" %} {% load static %}
| Sr.No. | Name | Sections | MPQ | Negative Marks | Image | 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}}
|
{% if exam_category.image %}
{% endif %}
|
{% if exam_category.status == "Active" %} {{exam_category.status}} {% else %} {{exam_category.status}} {% endif %} |
{{exam_category.created_at}}
|
view |