{% extends 'admin.html' %} {% macro render_block_form(form,block='') %}
{% endmacro %} {% block body %} {% if content %} {% endif %} {% if form %} {{render_block_form(form)}} {% endif %} {% endblock body %} {% block footer_js %} {{ super() }} {% endblock footer_js %}