{% 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 stylesheets %} {{ block.super }} {% endblock %} {% block rtl_styles %} {{ block.super }} {% endblock %} {% block javascripts %}{{ 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 %} {% block breadcrumbs-class %}breadcrumbs{% endblock %} {% block userlinks %} {% if LANGUAGES|length > 1 %}
  • {% get_language_info_list for LANGUAGES as languages %}
    {% endif %} {% if dropdown_menu_sites and dropdown_menu_sites|length > 1 %}
  • {% endif %} {{ block.super }}
  • {% trans "View site" %}
  • {% endblock %}