{% load i18n static admin_footer %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{% endblock %} {% block dark-mode-vars %} {% endblock %} {% block extrastyle %} {% endblock %} {% if LANGUAGE_BIDI %} {% endif %} {% block extrahead %} {% if chassis_brand.logo_static_path %} {% endif %} {% endblock %} {% block responsive %} {% if LANGUAGE_BIDI %}{% endif %} {% endblock %} {% block blockbots %}{% endblock %} {% translate 'Skip to main content' %}
{% if not is_popup and has_permission and chassis_sidebar_enabled %} {% include 'admin/chassis/sidebar.html' %} {% endif %}
{% if not is_popup %} {% block header %} {% endblock %} {% block nav-breadcrumbs %}
{% if chassis_global_sections %}
{% for section in chassis_global_sections %} {% include section.template_name with section=section %} {% endfor %}
{% endif %}
{% endblock %} {% endif %}
{% block messages %} {% if messages %}
    {% for message in messages %} {% if 'safehtml' in message.tags %} {{ message|safe }} {% else %} {{ message|capfirst }} {% endif %} {% endfor %}
{% endif %} {% endblock messages %}
{% block pretitle %}{% endblock %}
{% block content_title %} {% if title %}

{% if chassis_page_icon_class %} {% endif %} {{ title }}

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

{{ subtitle }}

{% endif %}{% endblock %} {% block content %} {% block object-tools %}{% endblock %} {{ content }} {% endblock %} {% block sidebar %}{% endblock %}
{% block extrabody %}{% endblock extrabody %}