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

Wifi

Country

{% if ssids is not None %}

Add

{% else %} {% if valid_ssid is None %} Wifi SSID is invalid {% else %}

Trying to connect to {{ valid_ssid }}.

The configuration hotspot is being desactivated...

You should reconnect on the network you just configured for the Transistor, and reach transistor.local on this network.

This web page will try it automatically in a 10 seconds.

{% end if %} {% end if %} {% if saved_ssids is not None %}

Saved Networks

{% for ssid in saved_ssids %} {% end for %}
SSID Delete...
{{ ssid }}
{% end if %} {% end block %}