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

Share access to {{get_setting('butterbox_name')}}.

{% if display_wifi_password %}

Connect to WiFi name: "{{ get_setting('ssid') }}" with password: "{{ get_setting('wifi_password') }}".

{% else %}

Your WiFi name is "{{ get_setting('ssid') }}". You will be able to join without a password.

{% endif %}

You can also use the following QR code to join:

{% endblock %}