{% 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|date:"d/m/Y"}}
{% if batch.merged_batches.all %}
{% for merged_batch in batch.merged_batches.all %} {{ merged_batch.batch_name }} {% endfor %}
{% else %} No merged batches {% endif %}
{{batch.updated_at|date:"d/m/Y"}}
{%include "sidebar.html"%}
{% include "footer.html"%}