{% extends 'admin/base.html' %} {% import 'admin/lib.html' as lib with context %} {% import 'admin/static.html' as admin_static with context %} {% from "_macros.html" import footer, headincludes, nav, flashmessages, bottomincludes %} {% block head %} {{headincludes()}} {% endblock %} {% block page_body %} {{nav(is_admin)}}
{{flashmessages()}} {{ super() }} {% block content %}{% endblock %}
{% endblock %} {% block tail %} {{ super() }} {{bottomincludes()}} {% endblock %}