{% extends "admin/base_site.html" %} {% load static %} {% load i18n %} {% block extrahead %} {% endblock %} {% block userlinks %} {% comment %} Language choice. Should be put somewhere else when finale designs are done. {% endcomment %}
{% 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 %}