{% 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 %}
{% else %}Example Breakdown
{
"unrestricted_kwh": 1000,
"unrestricted_rate": 0.1,
"unrestricted_gbp": 100}
{% endif %}
{% endblock %}