{% extends "admin/base_site.html" %} {% load static i18n material %} {% block extrastyle %} {% if favicon %} {% endif %} {% block theme %} {% if current_theme and current_theme != 'default' %} {% if current_theme != 'night' %} {% endif %} {% endif %} {% endblock %} {% endblock %} {% block branding %} {% endblock %} {% block userlinks %} {% block welcome-msg %}{% endblock %} {% if site_url %} {% trans 'View site' %} {% endif %} {% trans 'Themes' %} {% if user.is_active and user.is_staff %} {% url 'django-admindocs-docroot' as docsroot %} {% if docsroot %} {% trans 'Documentation' %} {% endif %} {% endif %} {% if user.has_usable_password %} {% trans 'Change password' %} {% endif %} {% trans 'Log out' %} exit_to_app {% endblock %} {% block side_nav %} {% if not nav_bar_minimized %}
{% endif %}