{% extends "base.html" %} {% block title %} » MOP Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} » Edit {% endblock %} {% block nav %} MOP Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} » Edit {% endblock %} {% block content %} {% if request.method == 'GET' and request.values.confirm_delete %}
Are you sure you want to delete this batch and all its bills? Cancel
{% elif request.method == 'GET' and request.values.confirm_delete_bills %}
Are you sure you want to delete all the bills in this batch? Cancel
{% else %}
Update batch {{input_text('reference', batch.reference)}} {{input_text('description', batch.description)}}
Delete all the bills in this batch
Delete this batch
{% endif %} {% endblock %}