{% load form_helpers %} {% load i18n %} {# HTMX partial: replaces #form_fields on bulk edit type-selector change. #} {# Must mirror the full contents of #form_fields in custom_object_bulk_edit.html. #} {% csrf_token %} {% for field in form.hidden_fields %} {{ field }} {% endfor %} {# Render all fields with poly grouping #} {% include 'netbox_custom_objects/inc/bulk_edit_fields.html' %} {# Meta fields #}