{% extends "admin/base.html" %} {% load i18n %} {% block title %}PyLucid - {{ title }}{% endblock %} {% block extrahead %}{{ block.super }} {% if debug %}{% endif %} {% if Django_media_prefix and PyLucid_media_url %} {% if debug %} {% else %} {% endif %} {% include "admin_menu/includes/superfish_extrahead.html" %} {% else %}{# Django_media_prefix and/or PyLucid_media_url doesn't exist in e.g. 500 error #} {% endif %} {% if debug %}{% endif %} {% endblock extrahead %} {% block extrastyle %}{{ block.super }} {% if debug %}{% endif %} {% if PyLucid_media_url %}{# stylesheets for all Django admin views #} {% else %}{# PyLucid_media_url doesn't exist in e.g. 500 error #} {% endif %} {% if pygments_css %} {% endif %} {% if debug %}{% endif %} {% endblock extrastyle %} {% block branding %}

PyLucid

{% endblock %} {% block pretitle %} {% if request.user.is_authenticated %} {% include "admin_menu/includes/pylucid_admin_menu.html" %} {% endif %} {% endblock %} {% block footer %} {% endblock %}