{% 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?

{% elif request.method == 'GET' and request.values.confirm_delete_bills %}

Are you sure you want to delete all the bills in this batch?

{% else %}

Update batch

Delete all the bills in this batch

Delete this batch

{% endif %} {% endblock %}