{% extends "base.html" %} {% block title %}{{ 'Edit' if editing else 'Add' }} Meter - HAMeter{% endblock %} {% block page_title %}{{ 'Edit' if editing else 'Add' }} Meter{% endblock %} {% block content %}
{% if editing %}Meter ID cannot be changed after creation.{% endif %}
Use Calibration to calculate this value.
Add rate components from your utility bill to track costs.
{% if meter and meter.cost_factors %} {% for cf in meter.cost_factors %}
{% endfor %} {% endif %}
Cancel
{% endblock %}