{% extends "admin/base.html" %} {% load i18n %} {% block extrastyle %}{% include 'admin/inc/extrastyle.html' %}{% endblock %} {% block extrahead %} {% include 'admin/inc/extrahead.html' %}{% endblock %} {% block title %}{% include 'admin/inc/title.html' %}{% endblock %} {% block branding %}{% include 'admin/inc/branding.html' %}{% endblock %} {% block userlinks %}{% include 'admin/inc/userlinks.html' %}{{ block.super }}{% endblock %}