{% include 'foundationform/foundation_form.html' with form=formset.empty_form %}
×
{{ formset.management_form }} {% for item_form in formset %}
{% include 'foundationform/foundation_form.html' with form=item_form %}
{% if formset.can_delete %} × {% endif %}
{% endfor %} Add item