{% extends "admin/base.html" %} {% load i18n admin_tools_menu_tags %} {% load admin_static %} {% block title %}{{ title }} | {% trans 'Jumbo' %}{% endblock %} {% block extrahead %} {# These are needed to enable autocompletes in forms #} {% include 'autocomplete_light/static.html' %} {% 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 %}