{% 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 %}

{% if theme %} {{ theme.site_name }} {% else %} {{ _('Django administration') }} {% endif %}

{% endblock %} {% block nav-global %}{% endblock %} {% block extrastyle %} {% theme_ui as theme %} {% if theme %} {% endif %} {% endblock %}