{% extends "base.html" %} {% block title %} Gas Supplies {% endblock %} {% block nav %} Gas Supplies {% endblock %} {% block content %}
Only the first {{max_results}} supply eras of the search results are shown.
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}} |
No supplies matched your search
{% endif %} {% endblock %}