Code |
{{mtc.code}} |
DNO |
{% if mtc.dno %}
{{mtc.dno.dno_code}}
{% else %}
All
{% endif %}
|
Description |
{{mtc.description}} |
Has Related Metering? |
{% if mtc.has_related_metering == True %}
Yes
{% else %}
No
{% endif %}
|
Has Comms? |
{% if mtc.has_comms == True %}
Yes
{% else %}
No
{% endif %}
|
Measurement Class |
{% if mtc.is_hh == True %}
HH
{% else %}
NHH
{% endif %}
|
Meter Type |
{{mtc.meter_type.description}}
|
Payment Type |
{{mtc.meter_payment_type.description}}
|
TPR Count |
{{mtc.tpr_count}} |
Valid From |
{{mtc.valid_from|hh_format}} |
Valid To |
{{mtc.valid_to|hh_format}} |