{% extends "admin/base.html" %} {% load static i18n %} {% block title %}{% if subtitle %}{{ subtitle }} | {% endif %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block branding %}
{% if user.is_anonymous %} {% include "admin/color_theme_toggle.html" %} {% endif %} {% endblock %} {% block nav-global %}{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {% if admin_helpers_settings.IS_GLOBAL_SEARCH_ENABLED %} {% endif %} {% if admin_helpers_settings.IS_OBJECT_ACTION_ENABLED %} {% endif %} {% endblock %}