{% extends 'admin/master.html' %} {% import 'velox/lib/forms.html' as lib with context %} {% block body %} {{ super() }}
Input your data into the form fields below, once you are done click Save button. Alternatively click the Cancel buttion to exit.
{% endblock %} {% call lib.form(form=form, action=submit_url()) %} {{ lib.form_fields(form) }} {% call lib.form_controls() %} {{ lib.save_button() }} {{ lib.cancel_button(cancel_url()) }} {% endcall %} {% endcall %} {% endblock %}