{% 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 %} {% elif main_bg_color and main_hover_color %} {% endif %} {% endblock %} {% endblock %} {% block branding %} {% endblock %} {% block userlinks %} {% block welcome-msg %}{% endblock %} {% if site_url %} {% trans 'View site' %} {% endif %} {% if show_themes %} {% trans 'Themes' %} {% endif %} {% 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' %} {% endblock %} {% block side_nav %} {% if not is_popup %} {% if not nav_bar_minimized %} {% endif %}
{% include 'material/admin/side_nav.html' with available_apps=available_apps app=app mobile=True %}
{% endif %} {% endblock %} {% block footer %} {% endblock %}