{% extends "base.html" %} {% block title %} » DC Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} » Add Bill {% endblock %} {% block inside_head %} {% endblock %} {% block nav %} DC Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} » Add Bill {% endblock %} {% block content %}

Add A Bill

{{input_text('mpan_core')}}
{{input_text('reference')}}
{{input_date('issue')}}
{{input_date('start')}}
{{input_date('finish')}}
{{input_text('kwh', '0')}}
{{input_text('net', '0')}}
{{input_text('vat', '0')}}
{{input_text('gross', '0')}}
{{input_text('account', '0')}}
{{input_text('breakdown', '{}')}}
{% endblock %}