{% extends base_template_name %} {% load render_table from django_tables2 %} {% load static %} {% if perms.netbox_attachments.view_netboxattachment %} {% block content %} {% load helpers %}
{% include "inc/table_controls_htmx.html" with table_modal="NetBoxAttachmentTable_config" %} {% include "htmx/table.html" %}
{% if perms.netbox_attachments.add_netboxattachment %} Add Attachment {% endif %}
{% endblock content %} {% endif %} {% block modals %} {{ block.super }} {% table_config_form table %} {% endblock modals %}