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