{% extends "base.html" %} {% block content %}
| SSID | Signle | Connected | Security | Action | |
|---|---|---|---|---|---|
| {{row[0]}} | {{row[1]}} | {{row[2]}} | {{row[3]}} | {% if row[2] == "Yes" %} {{ "User is logged in" if loggedin else "User is not logged in" }}Disconnect | {% else %}Connect | {% endif %}