{% extends "admin/base.html" %} {% block title %}{% if subtitle %}{{ subtitle }} | {% endif %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% load static %} {% block extrahead %} {{ block.super }} {% if user.is_authenticated %} {% endif %} {% endblock %} {% block branding %}