Bulk Edit {{ selected_count }} {{ model_name_plural }}

{% csrf_token %} {% for id in selected_ids %} {% endfor %}
{% 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 %} {% endif %}