Monitored assets
Equipment fleet
Laboratory freezer
{% if item["health_score"] is not none %}
{% if item["health_score"] >= 85 %}
Excellent
{% elif item["health_score"] >= 60 %}
Watch
{% elif item["health_score"] >= 35 %}
Warning
{% else %}
Critical
{% endif %}
{% else %}
Offline
{% endif %}
{{ item["equipment_id"] }}
{{ item["device_id"] }}
Health score
{% if item["health_score"] is not none %}
{{ item["health_score"] | round(0) }}%
{% else %}
—
{% endif %}
Internal
{% if item["internal_temperature_c"] is not none %}
{{
item["internal_temperature_c"]
| round(2)
}} °C
{% else %}
—
{% endif %}