bootstrap3/uni_form.html
{% load crispy_forms_utils %}
{% specialspaceless %}
{% if form_show_errors %}
{% include "bootstrap3/errors.html" %}
{% endif %}
{% for field in form %}
{% include "bootstrap3/field.html" %}
{% endfor %}
{% endspecialspaceless %}