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

Batches

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