{% extends "base.html" %} {% block title %} Gas Contracts » {{g_contract.name}} » Batches > Add {% endblock %} {% block nav %} Gas Contracts » {{g_contract.name}} » Batches » Add {% endblock %} {% block content %}
Add a batch
{{input_text('reference', '')}}
{{input_text('description', '')}}

{% for g_batch in g_batches %} {% endfor %}
Existing Batches
Reference Description
{{g_batch.reference}} {{g_batch.description}}
{% endblock %}