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 framework_template_path|add:"/partial/bulk_fields.html" %}{% endif %}
{% endif %} {% if enable_bulk_delete %}

This will permanently delete all selected items.

{% endif %}
{% if enable_bulk_delete %}

Confirm Deletion

Are you sure you want to delete {{ selected_count }} selected {{ model_name_plural }}? This action cannot be undone.

{% endif %}