{% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %}

{% trans "Connections" %}

{% trans "Nearby Wi-Fi Networks" %} {% trans "Add Connection" %}
{% for connection in connections %} {% endfor %}
{% if connection.is_active %} {% trans "Active" %} {% else %} {% trans "Inactive" %} {% endif %} {{ connection.name }} {{ connection.type_name }} {% if connection.is_active %} {% if not connection.primary %}
{% csrf_token %}
{% endif %} {% else %}
{% csrf_token %}
{% endif %} {% if not connection.primary %} {% endif %}
{% include "connections_diagram.html" %}