{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Devices

{%- if data -%}
{%- for device in data -%}
{{ device.name }} {%- if not device.room_id -%} new {%- endif -%}
{%- endfor -%}
{%- endif -%} {% if features %} {%- if features.attributes.device_limit > data | length -%}
Discover New Devices
{%- endif -%} {% endif %} {% endblock %}