{% extends 'shelf/base/base.html' %} {% import 'shelf/base/lib.html' as lib with context %} {% block head %} {{ super() }} {% endblock %} {% block iscontent %}active{% endblock %} {% block body %}
{% block bodytitle %}

{{ admin_view.name.upper() }}

{% endblock %}
{% call lib.form_tag(form) %} {{ lib.render_form_fields(form) }} {#{ lib.render_form_buttons(return_url, extra()) }#} {% endcall %}
{% endblock %} {% block bottom %} {% endblock %} {% block tail %} {{ super() }} {% endblock %}