{{ path_formset.management_form }} {{ path_formset.non_form_errors }}
{% for form in path_formset %} {% include "ddm_datadonation/blueprint/form_sections/_file_path_form.html" with iteration=forloop.counter %} {% empty %}

No file paths added

{% endfor %}
{# Empty path formset #}
{% include "ddm_datadonation/blueprint/form_sections/_file_path_form.html" with form=path_formset.empty_form %}