{% extends "admin/base.html" %} {% load i18n %}{% load static bootstrapped_goodies_tags %} {% block title %}{% render_with_template_if_exist "admin/admin_title.html" title %} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block branding %} {% if site_header %}{{ site_header }}{% else %}{% render_with_template_if_exist "admin/admin_title.html" _('Django administration') %}{% endif %} {% endblock %} {% block nav-global %}{% endblock %}