{% extends 'dashboard.html' %} {% load static %} {% block dashboard-body %}

All Batch

Create New Batch
{% for batch in batches %} {% endfor %}
Dept Year Batch No
{{ batch.department }} {{ batch.year }} {{ batch.number }}
{% endblock %}