{% extends "base.html" %} {% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %} {% block content %}

{{ title }}

{% for access_point in access_points %}
{% if access_point.ssid %} {{ access_point.ssid }} {% else %} -- {% endif %} {{ access_point.strength }}%
{% endfor %}
{% endblock %}