{% load i18n static custom_admin_tags i18n %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %} {% if title %}{{ title }}{% endif %} › {% custom_title %} {% endblock %} {% block dark-mode-vars %} {% endblock %} {% if not is_popup and is_nav_sidebar_enabled %} {% endif %} {% block extrastyle %}{% endblock %} {% for css in extra_css %} {% endfor %} {% if LANGUAGE_BIDI %} {% endif %} {% block extrahead %} {% endblock %} {% for js in extra_javascript %} {% endfor %} {% block responsive %} {% if LANGUAGE_BIDI %} {% endif %} {% endblock %} {% block blockbots %} {% endblock %} {% load i18n %}
{% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block messages %} {% if messages %} {% endif %} {% endblock messages %}
{% get_custom_menu request %} {% admin_config "SHOW_DJANGO_SIDEBAR" as show_django_sidebar %} {% if show_django_sidebar %} {% endif %}
{% block pretitle %}{% endblock %} {% block content_title %}{% if title %}

{{ title }}

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