{% load crispy_forms_utils %} {% specialspaceless %} {% if form_tag %}
{% endif %} {% if form_method|lower == 'post' and not disable_csrf %} {% csrf_token %} {% endif %} {% include "bootstrap/display_form.html" %} {% if inputs %}
{% for input in inputs %} {% include "bootstrap/layout/baseinput.html" %} {% endfor %}
{% endif %} {% if form_tag %}
{% endif %} {% endspecialspaceless %}