{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #} {# A standard object list for the NSO "Links" area, with the area-navigation tab bar #} {# rendered above the list's own Results/Filters controls. #} {% extends 'generic/object_list.html' %} {% block tabs %} {% include 'netbox_nso_plugin/inc/_links_tabs.html' %} {{ block.super }} {% endblock %}