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

Keychains

{%- if data -%}
{%- for device in data -%}
{{ device.name }} {%- if not device.room_id -%} new {%- endif -%}
{%- endfor -%} {%- endif -%}
Scan New Devices
{% endblock %}