{% extends 'config/base.html.j2' %} {% block config_base %} {% if is_xhr is not defined %}
{% endif %}

{%- trans %} On this tab you can set up other turris devices which can be controlled by this device. You need to generate token on the remote tab on the device you wan't to control. And insert the token here. {%- endtrans %}

{% trans %}Add subordinate device{% endtrans %}

{% include '_messages.html.j2' %} {% for field in form.active_fields %} {% include '_field.html.j2' %} {% endfor %}
{% if is_xhr is not defined %}

{% trans %}Subordinate devices{% endtrans %}

{% set subpage = request.params.get("view", "subordinates") %} {% trans %}Subordinates{% endtrans %} {% trans %}Wifi{% endtrans %}
{% trans %}Loading subordinates...{% endtrans %}

{% endif %} {% endblock %}