{% load static i18n base_template %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_base_template_setting "BASE_TEMPLATE_APP_NAME" %} | {% block title %}{% endblock %} {% if LANGUAGE_BIDI %} {% else %} {% endif %} {% block styles %}{% endblock %} {% include "base_template/partials/theme-mode/_init.html" %}
{% include "base_template/layout/partials/header/_header.html" %}
{% include "base_template/layout/partials/_sidebar.html" %}
{% block toolbar %} {% include "base_template/layout/partials/toolbar/_toolbar.html" %} {% endblock %}
{% block content %}{% endblock %}
{% include "base_template/layout/partials/footer/_footer.html" %}
{% block modals %}{% endblock %} {% include "base_template/partials/_scrolltop.html" %} {% block scripts %}{% endblock %}