{% extends "base.html" %} {% block title %}Server Setup{% endblock %} {% block id %}server-setup{%endblock %} {% block header_title %}AIRi Server Configuration{% endblock %} {% macro fieldcontain(id, label, type, value, readonly=False) -%}
{%- endmacro %} {% macro selectfieldcontain(id, label, options, selected, readonly=False) -%}
{%- endmacro %} {% macro checkfieldcontain(id, label, legend, value, readonly=False) -%}
{{ legend }}
{%- endmacro %} {% block content %}

Pairing configuration

{% if pairing_supported %}

Each option is composed of a block address (or a perfect match) and a PIN number.
There's a default option which you can edit, but can't delete.

Block Address
PIN
{% if not pins %}{% set pins=() %}{% endif %} {% for b,p in pins.iteritems() %}
{% endfor %}
{% else %} Not Supported feature {% endif %}
{% endblock %}