{% load buttons %} {% load i18n %}
{# Object table controls #} {% include 'inc/table_controls_htmx.html' with table_modal="ObjectTable_config" %}
{% csrf_token %} {# Object table controls #} {# Form buttons #}
{% block bulk_buttons %}
{% endblock %}

{# "Select all" form #} {% if table.paginator.num_pages > 1 %}
{% if 'bulk_edit' in actions %} {% bulk_edit_button model query_params=request.GET %} {% endif %} {% if 'bulk_delete' in actions %} {% bulk_delete_button model query_params=request.GET %} {% endif %}
{% endif %}
{% include 'htmx/table.html' %}