{% extends "base.html" %} {% block title %} » Supplier Contracts » {{bill.batch.contract.name}} » Batches » {{bill.batch.reference}} » Bills » {{bill.id}} » Add Read {% endblock %} {% block nav %} Supplier Contracts » {{bill.batch.contract.name}} » Batches » {{bill.batch.reference}} » Bill {{bill.id}} » Add Read {% endblock %} {% block content %}

Add New Register Read

{{input_text('mpan', mpan_str)}}
{{input_text('coefficient', coefficient)}}
{{input_text('msn', msn)}}
{{input_text('units', 'kWh')}}
Previous Read
{{input_date('previous', previous_date)}}
{{input_text('previous_value', previous_value)}}
Present Read
{{input_date('present', None)}}
{{input_text('present_value', 0)}}
{% endblock %}