{% extends "layout.html" %} {% block title %}OptiWarm - {{ location.name }}{% endblock %} {% block content %}
| Name: | {{ location.name }} |
|---|---|
| Description: | {{ location.description or "-" }} |
| Phone: | {{ location.phone or "-" }} |
| CMDB ID: | {{ location.cmdb_id or "-" }} |
| Billing Period: | {{ location.billing_period_name }} |
| Linked Boilers: |
{% if location.boilers_actual %}
|
| MQTT Cost Topic: | {{ location.mqtt_pub_cost or "-" }} |
|---|---|
| Weather Update URL: |
{% if location.weather_update_url %}
{{ location.weather_update_url|truncate(51) }}
{% else %}
-
{% endif %}
|
| Weather Update Period: | {% if location.weather_update_period %} {{ location.weather_update_period }} hours {% else %} - {% endif %} |
| Notification: | {{ location.notification or "-" }} |
| Active Zones: | {{ location.active_zones_count }} |
| Name | Place Type | Status | Phone | Actions |
|---|---|---|---|---|
| {{ zone.name }} | {{ zone.placetypeid.name }} | {% if zone.active %} Active {% else %} Inactive {% endif %} | {{ zone.phone or "-" }} |