{% extends "admin/base.html" %} {# Copyright 2010-2012 Canonical Ltd. This software is licensed under #} {# the GNU Lesser General Public License version 3 (see the file LICENSE). #} {% load i18n %} {% block title %}{{ title }} | {% trans 'Django site admin' %}{% endblock %} {% block footer %} {{ block.super }} {% endblock %} {% block branding %}