{% load i18n static %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{% if title %}{{ title }} | {% endif %}{{ site_title|default:'' }}{% endblock %} {% block dark-mode-vars %}{% endblock %} {% block extrastyle %} {# Standard Django admin CSS (мы больше не наследуемся от admin/base.html). #} {# Lucus styles (single scaffold entrypoint). #} {% endblock %} {% block responsive %} {% if LANGUAGE_BIDI %}{% endif %} {% if LANGUAGE_BIDI %}{% endif %} {% endblock %} {% block extrahead %} {% endblock %} {% translate 'Skip to main content' %} {% if not is_popup %} {% block header %} {% endblock %} {% endif %}
{% block nav-breadcrumbs %}{% endblock %}
{% if not is_popup and is_nav_sidebar_enabled %} {% endif %}
{% block messages %} {% if messages %}
    {% for message in messages %}
  • {{ message|capfirst }}
  • {% endfor %}
{% endif %} {% endblock %} {% block pretitle %}{% endblock %} {% block content_title %}{% if title %}{{ title }}{% endif %}{% endblock %} {% block object-tools %}{% endblock %} {% block content %}{{ content }}{% endblock %} {% block sidebar %}{% endblock %} {% block footer %}{% endblock %}
{% block extrabody %} {# Standard Django admin JS. #} {% endblock extrabody %}