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