{% extends "admin/base.html" %} {% load i18n staticfiles admin_interface_tags %} {% block title %} {% get_admin_interface_theme as theme %} {% if theme.title %}{% trans theme.title %}{% else %}{% trans 'Django administration' %}{% endif %} {% endblock %} {% block extrastyle %} {% get_admin_interface_theme as theme %} {% endblock %} {% block extrahead %} {{ block.super }} {% get_admin_interface_theme as theme %} {% if theme.related_modal_active %} {% endif %} {% endblock %} {% block branding %} {% get_admin_interface_theme as theme %}

{% if theme.logo_visible and theme.logo %} {% endif %} {% if theme.title_visible %} {% if theme.title %}{% trans theme.title %}{% else %}{% trans 'Django administration' %}{% endif %} {% endif %}

{% endblock %} {% block bodyclass %}admin-interface flat-theme{% endblock %} {% block blockbots %} {{ block.super }} {% endblock %} {% block sidebar %} {% endblock %} {% block footer %} {{ block.super }} {% get_admin_interface_theme as theme %} {% if theme.related_modal_active %} {% endif %} {% endblock %}