{% extends "base.html" %} {% block title %} Gas Contracts » {{g_batch.g_contract.name}} » Batches > {{g_batch.reference}} {% endblock %} {% block nav %} Gas 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?

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

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

{% else %}

Update batch





Delete all the bills in this batch

Delete this batch

{% endif %}
{% endblock %}