{% load formhelper %}
{{ formset.management_form }} {% for form in formset %} {% include "formhelper/includes/formset_form.html" %} {% endfor %} {% with form=formset.empty_form %} {% include "formhelper/includes/formset_form.html" %} {% endwith %}
{# TODO: There may be a more extensible way to do this js #}