{% extends "admin/base.html" %} {% load i18n %} {% load translations %} {% block userlinks %} {% if site_url %} {% translate 'Return to Weblate' %} / {% endif %} {% if user.is_active and user.is_staff %} {% trans 'Documentation' %} / {% endif %} {% if user.has_usable_password %} {% translate 'Change password' %} / {% endif %}
{% include "admin/color_theme_toggle.html" %} {% endblock %}