{% extends "admin/base.html" %} {% load i18n %} {% block extrahead %} {# These are needed to enable autocompletes in forms #} {% include 'autocomplete_light/static.html' %} {% if user.is_authenticated %} {# This script enables global navigation autocomplete #} {# refer to the docs about global navigation autocomplete for more information #} {% include 'navigation_autocomplete/script.html' %} {% endif %} {% endblock %} {% block branding %}