{% extends "layout.html" %} {% block title %}OptiWarm - Zones{% endblock %} {% block content %}
| Name | Location | Place Type | Volume | Status | Temperature | Actions |
|---|---|---|---|---|---|---|
| {{ zone.name }} | {{ zone.locationid.name }} | {{ zone.placetypeid.name }} | {% if zone.nominal_valume %} {{ zone.nominal_valume }} M³ {% else %} - {% endif %} | {% if zone.active %} Active {% else %} Inactive {% endif %} | {% set temp = zone.get_current_temperature() %} {% if temp is not none %} {{ temp[0] }}°C {% else %} No data {% endif %} |