List of sensors {% if sensor_list %}
{% for sensor in sensor_list %}
{{ sensor.name }}
{% endfor %}
{% else %}
No sensor is added yet.
{% endif %}