{% extends "admin/base.html" %}{% load smart %} {% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block userlinks %}{{ block.super }}{% if enable_switch %} / {% if smart %}Standard Index {% else %}Smart Index {% endif %} {% endif %} {% endblock %} {% block branding %}