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