{% comment %} # SPDX-License-Identifier: AGPL-3.0-or-later {% endcomment %} {% load bootstrap %} {% load i18n %}
{% if connection.is_active %} {% trans "Active" %} {% else %} {% trans "Inactive" %} {% endif %} | {{ connection.name }} | {{ connection.type_name }} | {% if connection.is_active %} {% if not connection.primary %} {% endif %} {% else %} {% endif %} {% if not connection.primary %} {% endif %} |