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

Course List

{% for course in courses %} {% endfor %}
Sr.No. Course Name Image Exam Category Exam Master Duration Full Price Status Action
{{forloop.counter}}
{{course.exam_category.exam_category_name}}
{{course.exam_master.exam_name}}
{{course.duration}}
{{course.full_price}}
{%include "sidebar.html"%}
{%include "footer.html"%} {% comment %} {% endcomment %}