{% extends 'base/layout.html' %} {% load buttons %} {% load helpers %} {% load render_table from django_tables2 %} {% load static %} {% block tabs %} {% endblock tabs %} {% block content-wrapper %}
{% if filter_form %} {% applied_filters filter_form request.GET %} {% endif %} {% include 'inc/table_controls.html' with table_modal="RecordTable_config" %}
{% csrf_token %}
{% render_table table 'inc/table.html' %}
{% with bulk_delete_url='plugins:netbox_disk:lvmmodel_bulk_delete' %}
{% block bulk_buttons %}{% endblock %}
{% endwith %}
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
{% if filter_form %}
{% include 'inc/filter_list.html' %}
{% endif %}
{% table_config_form table table_name="RecordTable" %} {% endblock content-wrapper %}