{% extends "base.html" %} {% block inner_header %} {% endblock %} {% block title %} Gas Contracts > {{g_read.g_bill.g_batch.g_contract.name}} > Batches > {{g_read.g_bill.g_batch.reference}} > Bills > {{g_read.g_bill.id}} > Read {{g_read.id}} Edit {% endblock %} {% block nav %} Gas Contracts > {{g_read.g_bill.g_batch.g_contract.name}} > Batches > {{g_read.g_bill.g_batch.reference}} > Bill {{g_read.g_bill.id}} > Read {{g_read.id}} Edit {% endblock %} {% block content %} {% if request.values.confirm_delete %}
Are you sure you want to delete this register read?

Cancel

{% else %}
Update this read
{{input_text('msn', g_read.msn)}}
{{input_text('correction_factor', g_read.correction_factor)}}
{{input_text('calorific_value', g_read.calorific_value)}}

Previous Read
Date {{input_date('prev_date', g_read.prev_date)}}

{{input_text('prev_value', g_read.prev_value)}}


Present Read
Date {{input_date('pres_date', g_read.pres_date)}}

{{input_text('pres_value', g_read.pres_value)}}



Delete this read
{% endif %} {% endblock %}