{% extends "admin/base.html" %}{% load smart %} {% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block userlinks %}{{ block.super }} {% if enable_switch %} / {% smart_toggler %}{% endif %} {% if sysinfo %} / System Info {% endif %} {% if profile_link %} / Profile {% endif %} {% endblock %} {% block branding %}