{% extends "admin/base.html" %}
{% load i18n %}{% load admin_static bootstrapped_goodies_tags %}
{% block title %}{% render_with_template_if_exist "admin/admin_title.html" "Django administration" %} | {{ 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 %}