{% load i18n static %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{% endblock %} {% if not is_popup and is_nav_sidebar_enabled %} {% endif %} {% block extrastyle %}{% endblock %} {% if LANGUAGE_BIDI %} {% endif %} {% block extrahead %}{% endblock %} {% block responsive %} {% if LANGUAGE_BIDI %} {% endif %} {% endblock %} {% block blockbots %} {% endblock %} {% load i18n %}
{% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %}
{% if not is_popup and is_nav_sidebar_enabled %} {% block nav-sidebar %} {% include "admin/nav_sidebar.html" %} {% endblock %} {% endif %}
{% block messages %} {% if messages %}
    {% for message in messages %} {{ message|capfirst }} {% endfor %}
{% endif %} {% endblock messages %}
{% if app_list %}

Администрация сайта

{% endif %} {% block pretitle %}{% endblock %}
{% block footer %} {% endblock %}