{% extends "base.html" %} {% block title %} Gas Contracts » {{g_contract.name}} » Batches {% endblock %} {% block nav %} Gas Contracts » {{g_contract.name}} » Batches [add] {% endblock %} {% block content %} {% for g_batch in g_batches %} {% endfor %}
Reference Description
{{g_batch.reference}} {{g_batch.description}}
{% endblock %}