{% load i18n static simpletags %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{% endblock %} {% include 'admin/includes/css-part.html' %} {% include 'admin/includes/js-part.html' %} {% if ""|get_language_code != 'zh-hans' %} {% endif %} {% block extrastyle %}{% endblock %} {% if LANGUAGE_BIDI %} {% endif %} {% block extrahead %}{% endblock %} {% block responsive %} {% if LANGUAGE_BIDI %} {% endif %} {% endblock %} {% block blockbots %} {% endblock %} {% load i18n %} {% verbatim dynamicCss %} {% endverbatim dynamicCss %}
{% if "ADMIN_DEFAULT_THEME"|get_config %} {% endif %}
{% block messages %} {% autoescape off %} {% load_message %} {% endautoescape %} {% endblock messages %}
{% block pretitle %}{% endblock %} {% block content_title %} {% if title %}
{{ title }}
{% endif %} {% endblock %} {% block content %} {% block object-tools %}{% endblock %} {{ content }} {% endblock %} {% block sidebar %}{% endblock %}
{% block footer %} {% endblock %}