{% extends 'base.html' %} {% load buttons %} {% load static %} {% load helpers %} {% block content %}
{% block buttons %}
{% endblock %} {% if request.user.is_authenticated and table_config_form %} {% endif %} {% if request.user.is_authenticated and 'export' in action_buttons %} {% export_button content_type %} {% endif %}

{% block title %}Configuration Overview{% endblock %}

{% include 'utilities/obj_table.html' with bulk_delete_url="plugins:nautobot_golden_config:goldenconfig_bulk_delete" %}
{% include 'inc/search_panel.html' %}
{% table_config_form table table_name="ObjectTable" %} {% endblock %} {% block javascript %} {% endblock %}