{% extends "generic/object_children.html" %} {% load render_table from django_tables2 %} {% load static %} {% load helpers %} {% if perms.netbox_attachments.view_netboxattachment %} {% block content %} {% block table_controls %} {% include "inc/table_controls_htmx.html" with table_modal="NetBoxAttachmentTable_config" %} {% endblock table_controls %}