{% extends "base.html" %} {% block content %}
{{ _("This is the name of the advertised Wi-Fi network. Current SSID:")}} {{ get_setting('ssid') }}
{{ _("This is the secret key needed to connect to the Wi-Fi network. By default, this is not set and everyone can join. Current password:")}} {{ get_setting('wifi_password') or _('Not set') }}
{{ _("Whether this box will advertise a Wi-Fi network.")}}
{{ _("Whether a share button for the Wi-Fi network is available.")}}
{{ _("Access point is only enabled when using a Raspberry Pi.") }}
This is the name of the advertised Wi-Fi network. Current SSID: {{ get_setting('ssid') }}
This is the secret key needed to connect to the Wi-Fi network. By default, this is not set and everyone can join. Current password: {{ get_setting('wifi_password') or 'Not set' }}
Whether this box will advertise a Wi-Fi network.
Whether a share button for the Wi-Fi network is available.