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

Batches

Filters

{% for batch in all_batches %} {%endfor%}
Sr.No Name Start Date Merged Batches Status Created On Action
{{forloop.counter}}
{{batch.start_date}}
{% if batch.merged_batches.all %}
{% for merged_batch in batch.merged_batches.all %} {{ merged_batch.batch_name }} {% endfor %}
{% else %} No merged batches {% endif %}
{% if batch.status == "Active" %} {{batch.status}} {% else %} {{batch.status}} {% endif %}
{{batch.updated_at}}
{%include "sidebar.html"%}
{% include "footer.html"%}