{% extends "base.html" %} {% block inner_header %} {% endblock %} {% block title %} Supplier Contracts > {{read.bill.batch.contract.name}} > Batches > {{read.bill.batch.reference}} > Bills > {{read.bill.id}} > Read {{read.id}} Edit {% endblock %} {% block nav %} Supplier Contracts > {{read.bill.batch.contract.name}} > Batches > {{read.bill.batch.reference}} > Bill {{read.bill.id}} > Read {{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('mpan', read.mpan_str)}}
{{input_text('coefficient', read.coefficient)}}
{{input_text('msn', read.msn)}}
{{input_text('units', read.units_as_str())}}


Previous Read
Date {{input_date('previous', read.previous_date)}}

{{input_text('previous_value', read.previous_value)}}


Present Read
Date {{input_date('present', read.present_date)}}

{{input_text('present_value', read.present_value)}}



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