{% extends "base.html" %} {% block title %} » HHDC Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} » Edit {% endblock %} {% block nav %} » HHDC 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?

{% else %}

Update batch

l

Delete this batch

{% endif %} {% endblock %}