{% extends "admin/base.html" %} {% load mezzanine_tags i18n future staticfiles %} {% comment %} This file contains a handful of unrelated admin customizations that mostly get applied globally to different parts of the admin. * Global CSS fixes (when logged in) * Javascript and HTML for injecting Mezzanine's menu into the top of every page * Javascript for fixing inlines to work with Mezzanine's dynamic inlines {% endcomment %} {% block title %}{{ title }} | Mezzanine{% endblock %} {% block branding %}

Mezzanine

{% endblock %} {% block nav-global %}{% endblock %} {% block extrahead %} {% if not settings.GRAPPELLI_INSTALLED %} {% endif %} {% endblock %} {% block rtl_styles %} {{ block.super }} {% endblock %} {% block footer %} {{ block.super }} {% if form.this_is_the_login_form %} {% else %} {% if user.is_authenticated %} {% if not is_popup and not request.GET.pop %} {% endif %} {% admin_dropdown_menu %} {% endif %} {% endif %} {% endblock %}