{% extends "base.html" %} {% block title %} » Supplier Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} {% endblock %} {% block nav %} Supplier Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} » Edit {% endblock %} {% block content %}
Update batch {{input_text('reference', batch.reference)}} {{input_text('description', batch.description)}}
Delete this batch
{% endblock %}