{% extends "admin/base.html" %} {% load static baton_tags %} {% load i18n %} {% block title %} {% if subtitle %}{{ subtitle }} |{% endif %} {{ title }} | {{ site_title|default:_("Django site admin") }} {% endblock title %} {% block extrahead %} {{ block.super }} {% baton_config as conf %} {{ conf | json_script:"baton-config" }} {% baton_theme %} {% if LANGUAGE_BIDI %} {% endif %} {% endblock extrahead %} {% block branding %}

{{ site_header|default:_("Django administration") }}

{% endblock branding %} {% block nav-global %} {% endblock nav-global %} {% block footer %} {% footer %} {% endblock footer %}