{% 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






Previous Read
Date {{input_date('previous', None)}}




Present Read
Date {{input_date('present', None)}}




{% endblock %}