{% include "header.html" %} {% load static %}

Exam Category

Filters

{% for exam_category in all_categories %} {% endfor %}
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
{% include "sidebar.html"%}
{% include "footer.html" %}