{% extends "base.html" %} {% block title %} » HHDC Contracts » {{ contract.name }} » Batches » Add {% endblock %} {% block inside_head %} {% endblock %} {% block nav %} » HHDC Contracts » {{contract.name}} » Batches » Add {% endblock %} {% block content %}

Add a batch

{{input_text('reference', '')}}
{{input_text('description', '')}}

Existing Batches

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