{% load static %} {% get_static_prefix as STATIC_PREFIX %} {% load i18n %} {% block pretitle %}djmongo|Console{% endblock %} {% block title %} {% endblock %} {% block head %} {% include "djmongo/console/include/head.html" %} {% endblock %} {% block extra_head %} {% endblock %} {% include "djmongo/console/include/top-nav.html" %} {% include "djmongo/console/include/messages.html" %} {% block Content %} {% if template %}{% include template %}{% endif %} {{ content|safe }} {% endblock %} {% include "djmongo/console/include/footer.html" %} {% block ExtraJSFoot %} {% endblock %}