{% extends 'admin/master.html' %} {% import 'admin/lib.html' as lib with context %} {% block head %} {{ super() }} {% endblock %} {% block body %} {% call lib.form_tag(form) %} {{ lib.render_form_fields(form, widget_args=form_widget_args) }} {{ lib.render_form_buttons(return_url) }} {% endcall %} {% endblock %} {% block tail %} {{ super() }} {% endblock %}