{% load bootstrap3 %} {% comment %} Display formset Parameters: attributes.class Class for wrapping section (default is empty) attributes.form_class Form class. Default is 'form' attributes.text Display a paragraph of text (usually instructions and help) attributes.links Display link buttons above list. Sequence of sequences with (name,url,[arg0,arg1,...]) {% endcomment %}
{% if attributes.text %} {% include "simplecrud/widget/text.html" with object_list=attributes.text %} {% endif %} {% if attributes.links %} {% include "simplecrud/widget/links.html" with object_list=attributes.links %} {% endif %}
{% csrf_token %} {% if next %} {% endif %} {% bootstrap_form form layout='horizontal' %} {% buttons submit="Save" layout='horizontal' %} {% endbuttons %}