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

Add Syllabus Form

{% csrf_token %}
Select Topics (All Sections)
0 selected
{% for t in topics %} {% endfor %}
Select Dependent Topics
0 selected
{% for t in topics %} {% endfor %}
This will auto-group selected topics by (section_id + sub_section_id).
Preview
Section ID Sub-section ID Topics Dependent Topics Action
No mappings added yet.
{% include "sidebar.html" %}
{% include "footer.html" %}