{% load i18n static tz djadmin %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% djadmin_conf as dj %}{% djadmin_palette_url as dj_palette_url %}{% dj_url 'index' as dj_index_url %} {% block title %}{% endblock %} {% block responsive %}{% endblock %} {% block dark-mode-vars %}{% endblock %} {% block extrastyle %}{% endblock %} {% if LANGUAGE_BIDI %}{% endif %} {% block extrahead %}{% endblock %} {% block blockbots %}{% endblock %} {% include "djadmin/icons.html" %} {% translate 'Skip to main content' %} {% if is_popup %} {# Related-object popups drop the chrome but keep the same content block. #}
{% else %}
{% block nav-sidebar %} {% endblock %}
{% block header %}
{% block nav-breadcrumbs %} {% endblock %}
{% if dj.COMMAND_PALETTE and has_permission %} {% endif %} {% block usertools %} {% if has_permission %}
{% endif %} {% endblock %}
{% block nav-global %}{% endblock %}
{% endblock %}
{% endif %}
{% block pretitle %}{% endblock %} {% block content_title %}{% if title %}

{{ title }}

{% endif %}{% endblock %} {% block content_subtitle %}{% if subtitle %}

{{ subtitle }}

{% endif %}{% endblock %}
{% block object-tools %}{% endblock %}
{% block content %}{{ content }}{% endblock %}
{% if is_popup %}
{% else %}
{% block sidebar %}{% endblock %}
{% endif %} {% block messages %}
{% if messages %}{% for message in messages %}
{% if message.level_tag == 'error' %}{% dj_icon "alert" "dj-icon dj-icon--sm" %}{% elif message.level_tag == 'warning' %}{% dj_icon "alert" "dj-icon dj-icon--sm" %}{% else %}{% dj_icon "check" "dj-icon dj-icon--sm" %}{% endif %} {{ message|capfirst }}
{% endfor %}{% endif %}
{% endblock messages %} {% if not is_popup %} {% if dj.COMMAND_PALETTE and has_permission %}{% include "djadmin/palette.html" %}{% endif %} {% include "djadmin/shortcuts.html" %} {% if dj.CONFIRM_MODAL %}{% include "djadmin/confirm_modal.html" %}{% endif %} {% endif %} {% block datepicker %}{% endblock %} {% block extrabody %}{% endblock extrabody %}