{% for form in field_formset %} {% include "ddm_datadonation/blueprint/form_sections/partials/_field_form.html" with form=form %} {% empty %} {% endfor %}
Scope Expected name Regex Rename to Keep in donation Remove
No fields defined
{# Empty field formset #}
{% include "ddm_datadonation/blueprint/form_sections/partials/_field_form.html" with form=field_formset.empty_form %}