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

Study Materials

Filters

{% for material in all_study_materials %} {% endfor %}
Sr.No. Name Batch Action
{{forloop.counter}}
{% for batches in material.batch.all %} {{batches.batch_name}} , {% endfor %}
{% include "sidebar.html"%}
{% include "footer.html" %}