{% extends "base.html" %} {% block content %}

Connect From Another Device

{% if lan_access_allowed %}
Scan the QR code with your phone or tablet

Ensure your other device is connected to the same Wi-Fi network.

QR Code

Or manually enter this address in your device's browser:

{% else %} {% if reason == "restart_required" %} {% elif reason == "disabled" %} {% endif %} {% endif %} {% endblock %}