{% extends "jadmin:admin/base_site.html" %} {# this is a copy of the base_site.html of jmb.core {# that would be skipped #} {% load i18n admin_tools_menu_tags %} {% load admin_static %} {% block title %}{{ title }} | {% trans 'Jumbo' %}{% endblock %} {% block extrahead %} {{ block.super }} {# These are needed to enable autocompletes in forms #} {% endblock %} {% block branding %}

{% trans 'Jumbo administration' %}

{% endblock %} {% block extrastyle %} {{ block.super }} {% if user.is_active and user.is_staff %} {% if not is_popup %} {% admin_tools_render_menu_css %} {% endif %} {% endif %} {% endblock %} {% block nav-global %} {% if user.is_active and user.is_staff %} {% if not is_popup %} {% admin_tools_render_menu %} {% endif %} {% endif %} {% endblock %}