{% extends 'netbox_storage/drive/base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% load perms %} {% block content %} {% include 'inc/table_controls_htmx.html' with table_modal="PhysicalVolumeTable_config" %}
{% csrf_token %}
{% include 'htmx/table.html' %}
{% with bulk_edit_url="plugins:netbox_storage:physicalvolume_bulk_edit" bulk_delete_url="plugins:netbox_storage:physicalvolume_bulk_delete" %}
{% block bulk_buttons %} {% endblock %}
{% endwith %}
{% endblock %} {% block modals %} {{ block.super }} {% table_config_form table %} {% endblock modals %}