{% extends "admin/base.html" %} {% load i18n %} {% block userlinks %} {% if site_url %} {% trans 'View site' %} / {% endif %} {% if user.is_active and user.is_staff %} {% url 'django-admindocs-docroot' as docsroot %} {% if docsroot %} {% trans 'Documentation' %} / {% endif %} {% endif %} {% trans 'Change password' %} / {% trans 'Log out' %} {% endblock %}