{% if g_eras %}
{% elif request.values.search_pattern %}
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 %}