{% extends "base.html" %} {% import "components/nav.html" as nav %} {% block title %}Network{% endblock %} {% block content %} {{ nav.nav("network") }} {% if connected %} connected Disconnect (AP mode) {% else %} Currently not connected to Wi-Fi (AP mode). {% endif %} Networks Refresh {% if networks | length > 0 %} {% for n in networks %} {{ n }} {% endfor %} {% else %} No Wi-Fi networks in range... {% endif %} {% endblock %}
No Wi-Fi networks in range...