{% 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 %} {% if request.method == 'GET' and request.values.confirm_delete_bills %}
Are you sure you want to delete all the bills in this batch?

Cancel

{% elif request.method == 'GET' and request.values.confirm_delete %}
Are you sure you want to delete this batch and all its bills?

Cancel

{% else %}
Update batch {{input_text('reference', g_batch.reference)}} {{input_text('description', g_batch.description)}}
Delete all the bills in this batch
Delete this batch
{% endif %} {% endblock %}