{% load i18n static admin_volt %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_direction as direction %} {% get_admin_setting as admin_setting %} {% block title %}{% endblock %} {% block extrastyle %}{% endblock %} {% block extrahead %}{% endblock %} {% block blockbots %} {% endblock %} {% if user.is_authenticated %} {% include "admin/sidebar.html" %} {% endif %}
{% if user.is_authenticated %} {% include "admin/navigation.html" %} {% if not is_popup and user.is_authenticated %} {% block breadcrumbs %}
{% endblock %} {% endif %} {% endif %} {% block content %}{% endblock %} {% if user.is_authenticated %} {% block sidebar %}{% endblock %} {% block footer %} {% include "admin/footer.html" %} {% endblock %} {% endif %}
{% block extrascript %}{% endblock %}