{% set is_nav_sidebar_enabled = true %}
{% block title %}{% endblock %}
{% block dark_mode_vars %}{% endblock %} {% block extrastyle %}{% endblock %} {% block extrahead %}{% endblock %} {% block responsive %}
{% endblock %} {% block blockbots %}
{% endblock %}
{{ translate('Skip to main content') }}
{% if not is_popup %} {% block header %}
{% block branding %}{% endblock %}
{% block usertools %} {% if has_permission %}
{% block welcome_msg %} {{ translate('Welcome,') }}
{{ user.get_short_name or user.get_username }}
. {% endblock %} {% block userlinks %} {% if site_url %}
{{ translate('View site') }}
/ {% endif %} {% if user.is_active and user.is_staff %} {% set docsroot = url('django-admindocs-docroot') %} {% if docsroot %}
{{ translate('Documentation') }}
/ {% endif %} {% endif %} {% if user.has_usable_password %}
{{ translate('Change password') }}
/ {% endif %}
{{ csrf_token() }}
{{ translate('Log out') }}
{% include "admin/color_theme_toggle.html" %} {% endblock %}
{% endif %} {% endblock %} {% block nav_global %}{% endblock %}
{% endblock %} {% block nav_breadcrumbs %}
{% block breadcrumbs %}
{{ translate('Home') }}
{% if title %} › {{ title }}{% endif %}
{% for x in y %} {% for a in b %} {% endfor %} {% endfor %}
{% endblock %}
{% endblock %} {% endif %}
{% if not is_popup and is_nav_sidebar_enabled %} {% block nav_sidebar %} {% include "admin/nav_sidebar.html" %} {% endblock %} {% endif %}
{% block messages %} {% if messages %}
{% for message in messages %}
{{ message|capfirst }}
{% endfor %}
{% endif %} {% endblock messages %}
{% block pretitle %}{% endblock %} {% block content_title %}{% if title %}
{{ title }}
{% endif %}{% endblock %} {% block content_subtitle %}{% if subtitle %}
{{ subtitle }}
{% endif %}{% endblock %} {% block content %} {% block object_tools %}{% endblock %} {{ content }} {% endblock %} {% block sidebar %}{% endblock %}
{% block footer %}{% endblock %}