{% load i18n admin_urls admin_extras %} {% if site_url %} {% trans 'View site' %} / {% endif %} {% if user.is_active and user.is_staff %} {% url 'django-admindocs-docroot' as docsroot %} {% if docsroot %} {% trans 'Docs' %} / {% endif %} {% trans 'Trust' %} / {% if user.pk %} {% admin_profile_url user as profile_url %} {% if profile_url %} {% firstof user.get_full_name user.get_username %} / {% endif %} {% endif %} {% endif %} {% if user.has_usable_password %} {% trans 'Password' %} / {% endif %}
{% csrf_token %}
{% include "admin/color_theme_toggle.html" %}