{% block content %}{% endblock content %}
{% load i18n static admin_datta %} {% 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 extrastyle %}{% endblock extrastyle %} {% block extrahead %}{% endblock extrahead %} {% block pre_loader %} {% include 'includes/pre-loader.html' %} {% endblock pre_loader %} {% block sidebar %} {% include 'includes/sidebar.html' %} {% endblock sidebar %} {% block header %} {% include 'includes/navigation.html' %} {% endblock header %}