{% extends "admin/base.html" %} {% load static themeui_tag %} {% block title %} {% theme_ui as theme %} {{ title }} | {% if theme %} {{ theme.title_window }} | {% else %} {{ site_title|default:_('Django site admin') }} {% endif %} {% endblock %} {% block branding %} {% theme_ui as theme %}