{% extends "base.html" %} {% block title %} Gas Contracts » {{g_batch.g_contract.name}} » Batches > {{g_batch.reference}} {% endblock %} {% block nav %} Gas Supplier Contracts » {{g_batch.g_contract.name}} » Batches » {{g_batch.reference}} » Edit {% endblock %} {% block content %}
Update batch {{input_text('reference', g_batch.reference)}} {{input_text('description', g_batch.description)}}
Delete all the bills in this batch
Delete this batch
{% endblock %}