{% extends "base.html" %} {% block content %}
{% if device.device_type == "sunblind" %}

Sunblind {{ device.device_id }} detail

{% elif device.device_type == "thermo_head" %}

Thermostatic head {{ device.device_id }} detail

{% endif %}

Device information

Device values

Edit device values
Back to room Back to device list
{% endblock %}