{% 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 %}{{ title }}{% endblock %} {% for item in meta %} {% endfor %} {% block pre_styles %}{% endblock %} {% for asset in assets.css %} {% endfor %} {% block styles %}{% endblock %} {% get_base_template_setting "BASE_TEMPLATE_TOOLBAR_FIXED" as BASE_TEMPLATE_TOOLBAR_FIXED %} {% include "base_template/partials/theme-mode/_init.html" %}
{% include "base_template/layout/partials/header/_header.html" %}
{% include "base_template/layout/partials/sidebar/_sidebar.html" %}
{% block toolbar %} {% include "base_template/layout/partials/toolbar/_toolbar.html" %} {% endblock %}
{% for item in before_content %} {% include item.template_name with data=item.context %} {% endfor %} {% block content %}{% endblock %}
{% include "base_template/layout/partials/footer/_footer.html" %}
{% if right_drawers|length > 0 %} {% for right_drawer in right_drawers %} {% include right_drawer %} {% endfor %} {% endif %} {% include "base_template/partials/_scrolltop.html" %} {% block modals %}{% endblock %} {% block pre_scripts %}{% endblock %} {% for asset in assets.js %} {% endfor %} {% get_base_template_setting "BASE_TEMPLATE_MULTIPLE_LANGUAGES" as BASE_TEMPLATE_MULTIPLE_LANGUAGES %} {% if BASE_TEMPLATE_MULTIPLE_LANGUAGES %} {% endif %} {% block scripts %}{% endblock %}