{% extends "base.html" %} {% block title %} Gas Contracts » {{g_bill.g_batch.g_contract.name}} » Batches » {{g_bill.g_batch.reference}} » Bills » {{g_bill.id}} » Add Read {% endblock %} {% block nav %} Gas Contracts » {{g_bill.g_batch.g_contract.name}} » Batches » {{g_bill.g_batch.reference}} » Bill {{g_bill.id}} » Add Read {% endblock %} {% block content %}

Add New Register Read

{{input_text('msn', '')}}
{{input_text('correction_factor', '1')}}
{{input_text('calorific_value', '1')}}
Previous Read
Date {{input_date('prev_date', None)}}
{{input_text('prev_value', 0)}}
Present Read
Date {{input_date('pres_date', None)}}
{{input_text('pres_value', 0)}}
{% endblock %}