{% extends 'generic/object_list.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load static %} {% load i18n %} {% block tabs %} {% endblock tabs %} {% block content %}
{% if filter_form %} {% applied_filters model filter_form request.GET %} {% endif %} {% include 'inc/table_controls_htmx.html' with table_modal="ObjectTable_config" %}
{% csrf_token %} {% if table.paginator.num_pages > 1 %}
{% action_buttons actions model multi=True %}
{% endif %}
{% if prerequisite_model %} {% include 'inc/missing_prerequisites.html' %} {% endif %}
{% include 'htmx/table.html' %}
{% block bulk_buttons %}
{% action_buttons actions model multi=True %}
{% endblock %}
{% if filter_form %}
{% include 'inc/filter_list.html' %}
{% endif %} {% endblock content %}