{% extends "base.html" %} {% block title %}Dashboard - THU Home Alert{% endblock %} {% block content %}
No balance history yet. Run the monitor to populate data.
{% endif %} {% if account %}Water: {{ account.water_threshold if account.water_threshold is not none else 'disabled' }} {% if account.water_threshold is not none %}RMB{% endif %} | Electricity: {{ account.electr_threshold if account.electr_threshold is not none else 'disabled' }} {% if account.electr_threshold is not none %}kWh{% endif %}