{% extends "admin/base.html" %} {% load i18n static %} {% block dark-mode-vars %}{% endblock %} {% block userlinks %} {% if site_url %} {% translate 'View site' %} / {% endif %} {% if user.is_active and user.is_staff %} {% url 'django-admindocs-docroot' as docsroot %} {% if docsroot %} {% translate 'Documentation' %} / {% endif %} {% endif %} {% if user.has_usable_password %} {% translate 'Change password' %} / {% endif %}
{% csrf_token %}
{% endblock %}