{% extends "../base.html" %} {% block content %} {% macro wirelessView(WifiSSID,WifiType,Quality) %}
{{WifiSSID}} {{WifiType}} {% if WifiType!="" %}{% endif %} {{Quality}}/70
{% endmacro %}
{% if networks %} {% for network in networks %} {% if network.ESSID!="" %} {{ wirelessView(network.ESSID,network.SecurityProtocol,network.QualityLevel) }} {% endif %} {% endfor %} {% else %} {% endif %}
SSID Authentication Password Quality Connect
-/70
No wireless connection found

{% endblock %}