{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #} {# A standard object edit form for the NSO "Settings" area (the singleton Adapter Connection #} {# and Failover Settings screens), with the area-navigation tab bar above the form. #} {% extends 'generic/object_edit.html' %} {% block tabs %} {% include 'netbox_nso_plugin/inc/_settings_tabs.html' %} {{ block.super }} {% endblock %}