{% extends 'base/base.html' %} {% import 'components/block.html' as block %} {% import 'components/images.html' as images with context %} {% import 'input/form.html' as form with context %} {% import 'input/field.html' as field with context %} {% block body %} {{ icon_defs('server', 'desktop', 'mobile', 'globe', 'terminal') }}
{% trans %} Please select the device you want to access {% endtrans %}
{% trans %}Or enter a full jid of a device{% endtrans %}
{% call form.form(class="form--single") %} {{ field.text("jid", _("device full jid"), required=true)}} {{ field.submit(_("Access")) }} {% endcall %} {% endblock body %}