{% if enable_bulk_update %}
{% if bulk_fields_template_paths %}
{% include bulk_fields_template_paths %}
{% else %}
{% include "powercrud/packs/daisyui/partial/bulk_fields.html" %}
{% endif %}
{% endif %}
{% if enable_bulk_delete %}
This will permanently delete all selected items.
{% endif %}
{% if enable_bulk_delete %}