{% extends 'admin/master.html' %} {% import 'lib.html' as lib with context %} {% import 'admin/static.html' as admin_static with context %} {% block body %}
{% call lib.form_tag(form) %} {{ lib.render_form_buttons(return_url) }} {{ lib.render_form_fields(form, form_opts=form_opts) }} {{ lib.render_form_buttons(return_url) }} {% endcall %} {% endblock %}