{% load i18n static %} {% 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 %}{% endblock %} {% block responsive %} {% if LANGUAGE_BIDI %}{% endif %} {% endblock %} {% block blockbots %}{% endblock %} {% translate 'Skip to main content' %}
{% if not is_popup and is_nav_sidebar_enabled %} {% endif %}
{% if not is_popup %}
{% block breadcrumbs %} {% endblock %}
{% if has_permission %}
{{ user.get_username|slice:":1"|upper }}
{% include "admin/color_theme_toggle.html" %}
{% endif %}
{% endif %}
{% block messages %} {% if messages %}
{% for message in messages %}
{{ message|capfirst }}
{% endfor %}
{% endif %} {% endblock messages %} {% block content_header %}
{% block content_title %}{% if title %}

{{ title }}

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

{{ subtitle }}

{% endif %}{% endblock %}
{% endblock %}
{% block pretitle %}{% endblock %} {% block content %}{% endblock %} {% block sidebar %}{% endblock %}
{% block extrabody %}{% endblock extrabody %}