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

Exam Validities

{% csrf_token %}
{% for exam in exams %} {% endfor %} {% for row in data %} {% for item in row.values %} {% endfor %} {% endfor %}
YEAR{{ exam.exam_category_name|upper }}
{{ row.year.name }}
{% include "sidebar.html" %}
{% include "footer.html" %}