{% load i18n static admin_coreui %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_direction as direction %} {% get_admin_setting as admin_setting %} {% include "includes/head.html" %} {% block extrahead %}{% endblock extrahead %} {% block extra_css %}{% endblock extra_css %} {% include 'includes/sidebar.html' %} {% block content %}{% endblock content %} {% include "includes/scripts.html" %} {% block extra_js %} {% endblock extra_js %}