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

Academic Year Master

Filters

Reset
{% for year in all_years %} {% endfor %}
Sr No Academic Year Status Created On Action
{{ forloop.counter }} {{ year.name }} {% if year.status == "Active" %} Active {% else %} Inactive {% endif %} {{ year.created_at|date:"d/m/Y" }} Edit Delete
{% include "sidebar.html" %}
{% include "footer.html" %}