{% extends "base.html" %} {% block title %} Gas Contracts » {{g_bill.g_batch.g_contract.name}} » Batches » {{g_bill.g_batch.reference}} » Bills » {{g_bill.id}} {% endblock %} {% block nav %} Gas Contracts » {{g_bill.g_batch.g_contract.name}} » Batches » {{g_bill.g_batch.reference}} » Bill {{g_bill.id}} » Edit {% endblock %} {% block content %} {% if request.values.confirm_delete %}
Are you sure you want to delete this bill?

Cancel

{% else %}
Update This Bill

Supply




Issue Date {{input_date('issue', g_bill.issue_date)}}

Start Date {{input_date('start', g_bill.start_date)}}

Finish Date {{input_date('finish', g_bill.finish_date)}}









Example Breakdown
{
  "unrestricted_kwh": 1000,
  "unrestricted_rate": 0.1,
  "unrestricted_gbp": 100}
				


Delete This Bill
{% endif %} {% endblock %}