{% extends "base.html" %} {% block title %} Gas Supplies {% endblock %} {% block nav %} Gas Supplies {% endblock %} {% block content %}

Search for gas supply eras by MPRN, account number or meter serial number

{{input_text('search_pattern', '')}}
{% if g_eras %}

Only the first {{max_results}} supply eras of the search results are shown.

{% for g_era in g_eras %} {% endfor %}
Gas Supplies
Supply Name MPRN Meter Serial Number Contract Account
supply {{g_era.g_supply.name}} {{g_era.g_supply.mprn}} {{g_era.msn}} {{g_era.g_contract.name}} {{g_era.account}}
{% elif request.values.search_pattern %}

No supplies matched your search

{% endif %} {% endblock %}