{% load crispy_forms_utils %} {% specialspaceless %} {% if form_tag %}
{% endif %} {% if form_method|lower == 'post' and not disable_csrf %} {% csrf_token %} {% endif %} {% for field in form %} {% include "semanticui/field.html" %} {% endfor %} {% include "semanticui/errors.html" %} {% if inputs %} {% for input in inputs %} {% endfor %} {% endif %} {% if form_tag %}
{% endif %} {% endspecialspaceless %}