{{ bootstrap.load_css() }}

Create {{form.attributes['title']}}

{% for control in controls %}
{% with item=item, control=control %} {% include "control.html" %} {% endwith %}
{% endfor %}
{{ bootstrap.load_js() }}