{% 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 %}