{% if errors %}
{% endif %} {# show the normal form #} {% partial full_form %} {% partialdef full_form %}

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

{% csrf_token %} {% for id in selected_ids %} {% endfor %}
{% if bulk_fields %}

Select which fields to update and provide new values. Only checked fields will be modified.

{% for field_name, info in field_info.items %}
{% endfor %}
{% endif %} {% if enable_bulk_delete %}

This will permanently delete all selected items.

{% endif %}
{% endpartialdef full_form %} {# partial to display in modal on successful async queuing #} {% partialdef async_queue_success %}

Bulk Operation Queued

{{ message }}

Your bulk operation is being processed in the background.

View Status (not implemented yet)
{% endpartialdef async_queue_success %}