{% extends "base.html" %} {% block title %} » Supplier Contracts » {{bill.batch.contract.name}} » Batches » {{bill.batch.reference}} » Bills » {{bill.id}} {% endblock %} {% block nav %} » Supplier Contracts » {{bill.batch.contract.name}} » Batches » {{bill.batch.reference}} » Bill {{bill.id}} » Edit {% endblock %} {% block content %} {% if request.values.confirm_delete %}

Are you sure you want to delete this bill?

{% else %}

Update This Bill

Supply

Issue Date {{input_date('issue', bill.issue_date)}}
Start Date {{input_date('start', bill.start_date)}}
Finish Date {{input_date('finish', bill.finish_date)}}

Example Breakdown
		{'raw_lines': ['"net-gbp", "unrestricted-kwh", "unrestricted-rate", "unrestricted-gbp"',
		'"100", "1000", "0.1", "100"'],
		'unrestricted-kwh': 1000, 'unrestricted-rate': 0.1, 'unrestricted-gbp': 100}          

Delete This Bill


{% endif %} {% endblock %}