{% extends "base.html" %} {% block title %} HHDC Contracts > {{ contract.name }} > Batches {% endblock %} {% block nav %} HHDC Contracts > {{contract.name}} > Batches [add] {% endblock %} {% block content %} {% for batch in batches %} {% endfor %}
Batches
Reference Description
{{batch.reference}} {{ batch.description }}
{% endblock %}