{% extends "base.html" %} {% block title %} MOP Contracts > {{batch.contract.name}} > Batches > {{batch.reference}} > Add Bill {% endblock %} {% block inside_head %} {% endblock %} {% block nav %} MOP Contracts > {{batch.contract.name}} > Batches > {{batch.reference}} > Add Bill {% endblock %} {% block content %}
Add a bill
{{input_text('mpan_core')}}
{{input_text('reference')}}

Issue Date {{input_date('issue')}}

Start Date {{input_date('start')}}

Finish Date {{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 %}