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