{% load crispy_forms_tags %} {% if formset_tag %}
{% endif %} {% if formset_method|lower == 'post' and not disable_csrf %} {% csrf_token %} {% endif %}
{{ formset.management_form|crispy }}
{% include "semantic-ui/errors_formset.html" %} {% for form in formset %} {% include "semantic-ui/display_form.html" %} {% endfor %} {% if inputs %} {% for input in inputs %} {% include "semantic-ui/layout/baseinput.html" %} {% endfor %} {% endif %} {% if formset_tag %}
{% endif %}