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