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