{% include "header.html"%} {% load static %}
Batches
Home
Batches
Add Batch
Filters
Batch Name
Select Status
Select status
Active
Inactive
From Dates
To Dates
Filter
{% for batch in all_batches %} {%endfor%}
Sr.No
Name
Status
Created On
Action
{{forloop.counter}}
{{batch.batch_name}}
{% if batch.status == "Active" %}
{{batch.status}}
{% else %}
{{batch.status}}
{% endif %}
{{batch.updated_at}}
{% if all_batches.has_previous %}
chevron_left
Prev
{% endif %}
{{ all_batches.number }}
{% if all_batches.has_next %}
Next
chevron_right
{% endif %}
{%include "sidebar.html"%}
{% include "footer.html"%}
Add Batch
{% csrf_token %}
Exam Category
{% for category in exam_categories %}
{{category.exam_category_name}}
{% endfor %}
Name
Status :
Active
Inactive
Add
Cancel
Edit Batch
{% csrf_token %}
Exam Category
{% for category in exam_categories %}
{{category.exam_category_name}}
{% endfor %}
Batch Name
Section Status :
Active
Inactive
Save
Cancel
{% csrf_token %}
Are you sure you want to delete?
Yes
No