{% spaceless %} {% if form.form_html %} {% if form_show_errors %} {% include "bootstrap/errors.html" %} {% endif %} {{ form.form_html }} {% else %} {% include "bootstrap/uni_form.html" %} {% endif %} {% endspaceless %}