{% extends "admin/base.html" %} {% load static i18n custom_admin_menu custom_admin_logo custom_admin_css %} {% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block blockbots %} {{ block.super }} {% endblock %} {% block nav-global %} {% get_admin_menu as menu %} {% if menu %}
{% endif %} {% for title, item in menu.items %} {% if item.active and item.children|length > 1 %}
{% endif %} {% endfor %} {% endblock %} {% block branding %} {% get_custom_logo as brandmark %} {% if brandmark %} {% else %}

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

{% endif %} {% endblock %}