{% include "header.html" %} {% load static %} {% include "sidebar.html" %}
{{form_title}}
{% csrf_token %}
Exam Category
{% for category in all_categories %}
{{ category.exam_category_name }}
{% endfor %}
Select Batch
{% for batch in batches %}
{{ batch.batch_name }}
{% endfor %}
Image
Course Name
Select Access
All
Books
Lecture
Recorded Lecture
Area Test
Sectional Test
Mini Mock Test
Full Mock Test
Advance Mock Test
Counseling
Select Course Type
Self Prep
Classroom
Course Subtitles
{{ course.subtitle|default:'' }}
Features
{{ course.features|default:'' }}
Description
{{ course.description|default:'' }}
Meta Title
Slug
Meta Description
Duration(in months)
Status
Active
Inactive
Area Price
Sectional Price
Mini Mock Price
Full Mock Price
Lecture Price
Full Price
Counseling Price
Add On Courses
Select Courses
{% for course in all_courses %}
{{ course.course_name }}
{% endfor %}
Selected Course List
{% for addon in addons %} {% endfor %}
Course ID
Course Name
Price
{{ addon.course_id }}
{{submit_button}}
{%include "sidebar.html"%}
{%include "footer.html"%}