{% load buttons %} {% load helpers %} {% load perms %} {% include 'inc/header_messages.html' %} {% if permissions.change or permissions.delete %} {% with bulk_edit_url=content_type.model_class|validated_viewname:"bulk_edit" bulk_delete_url=content_type.model_class|validated_viewname:"bulk_delete" %} {% if table.paginator.num_pages > 1 %}
{% if content_type.model_class.is_dynamic_group_associable_model and perms.extras.add_staticgroupassociation %} {% endif %} {% if bulk_edit_url and permissions.change %} {% endif %} {% if bulk_delete_url and permissions.delete %} {% endif %}
{% else %} {% endif %} {% endwith %} {% endif %} {% include table_template|default:'panel_table.html' with table_id="object_table" %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page htmx_enabled=True table_id="object_table" exclude_controls=table.is_object_embedded_search_results %}