{% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load static %} {% load i18n %}
{% trans "External" %}
{% for connection in connections %} {% if connection.interface_name and connection.is_active and connection.zone == 'external' %} {% if connection.type == '802-3-ethernet' %}{% trans "Internal" %}
{% for connection in connections %} {% if connection.interface_name and connection.is_active and connection.zone == 'internal' %}
            {% if connection.type == '802-3-ethernet' %}
              
            {% elif connection.type == '802-11-wireless' %}
              
            {% endif %}
            
              {{ connection.name }} ({{ connection.interface_name }})