{% 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 %}
Delete

Are you sure you want to delete this batch and all its bills?

Cancel

{% else %}
Update batch




Delete this batch
{% endif %} {% endblock %}