{% block content %} {% if aps|length > 0 %}

Current APs

{% for key, value in aps[0].items() %} {% endfor %} {% for ap in aps %} {% for key, value in ap.items() %} {% endfor %} {% endfor %}
{{key}}
{{value}}

Current Clients

{% for key, value in clients[0].items() %} {% endfor %} {% for client in clients %} {% for key, value in client.items() %} {% endfor %} {% endfor %}
{{key}}
{{value}}
{% else %}

Nothing was found (is airodump-ng running?)

{% endif %} {% endblock %}