{% extends base_template %} {% load i18n helpers %} {% block content %} {# Controls row (native layout): outside the #custom_objects_list swap target so search + filters persist across table swaps. #}
{% if available_types|length > 1 %} {% endif %} {% if available_tags %} {% endif %} {# Preserve the current sort across a search/filter submit #} {% if sort %}{% endif %} {% if request.GET.per_page %}{% endif %}
{% if request.user.is_authenticated %}
{% endif %}
{% include 'netbox_custom_objects/related_tabs/combined/tab_partial.html' %}
{% block modals %} {{ block.super }} {% table_config_form tab_table %} {% endblock modals %} {% endblock content %}