{% 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 %}