{% extends "admin/base.html" %} {% load static %} {% block title %} {% if subtitle %} {{ subtitle }} | {% endif %} {{ title }} | {{ site_title|default:_('Django site admin') }} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block welcome-msg %} {% firstof user.get_short_name user.get_username %}. {% endblock %} {% block userlinks %} App Health Mailpit {% if user.has_usable_password %} PWD / {% endif %}
{% include "admin/color_theme_toggle.html" %} {% endblock %} {% block branding %}