{% extends 'base.html' %} {% block page_title %} CA Batches{% endblock page_title %} {% block content %} {% include 'secondary/_nav.html' %}

Create Batch

{% csrf_token %} {{ form.as_p }}

Existing Batches

{% for batch in batches %} {% empty %} {% endfor %}
Title Academic Year Section Status Items Action
{{ batch.title }} {{ batch.academic_year }} {{ batch.section }} {{ batch.get_status_display }} {{ batch.item_count }} Open
No UNEB batches yet.
{% endblock content %}