{{ bootstrap.load_css() }}
Create {{form.attributes['title']}}
Type
{% for type in types %} {% if type == active_type %}
{{type}}
{% else %}
{{type}}
{% endif %} {% endfor %}
{% for control in controls %}
{% with item=item, control=control %} {% include "control.html" %} {% endwith %}
{% endfor %}
Submit
{{ bootstrap.load_js() }}