{% extends 'main.html' %} {% block content %}

Go Back to Home


List of Departments Create Enquiry Show Enquiry Details Contact Logout




{% for course in course_list %} {% endfor %}
Department Id. Department Name
{{course[0]}} {{course[1]}}
{% endblock %}