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

{% 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 {% elif connection.type == '802-11-wireless' %} {% trans {% endif %} {{ connection.name }} ({{ connection.interface_name }}) {% endif %} {% endfor %}
{{ box_name }}
{% trans {% trans

{% trans "Internal" %}

{% for connection in connections %} {% if connection.interface_name and connection.is_active and connection.zone == 'internal' %}

{% if connection.type == '802-3-ethernet' %} {% trans {% elif connection.type == '802-11-wireless' %} {% trans {% endif %} {{ connection.name }} ({{ connection.interface_name }})

{% endif %} {% endfor %}
{% trans
{% trans