{% extends "base.html" %} {% block title %} » DC Contracts » {{ contract.name }} » Batches {% endblock %} {% block nav %} » DC Contracts » {{contract.name}} » Batches [add] {% endblock %} {% block content %}

Batches

{% for batch in batches %} {% endfor %}
Reference Description
{{batch.reference}} {{ batch.description }}
{% endblock %}