{% if bill_type == "Metered" %}
Rate Code:
{{ bill.meter_rate_name }}
Multi factor:
{{bill.mult_factor }}
{% elif bill_type == "Unmetered" %}
Rate Code:
{{ bill.flat_rate_name }}
Multi factor:
NA
{% endif %}
Sanctioned Load (KW):
{{ bill.sanctioned_load }}
{% if bill_type == "Metered" %}
Previous Reading:
{{ bill.previous_reading }}
Current Reading:
{{ bill.current_reading }}
Total Units Consumed:
{{ bill.units_consumed }}
{% elif bill_type == "Unmetered" %}
Previous Reading:
NA
Current Reading:
NA
Total Units Consumed:
NA
{% endif %}