{% load i18n static jet_tags menu %}
{% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %}
{% jet_get_current_theme as THEME %}
{% jet_get_current_version as JET_VERSION %}
{% block html %}
{% block title %}{% endblock %}
{% block extrastyle %}{% endblock %}
{% if LANGUAGE_BIDI %}{% endif %}
{% jet_static_translation_urls as translation_urls %}
{% for url in translation_urls %}
{% endfor %}
{% block extrahead %}{% endblock %}
{% block blockbots %}{% endblock %}
{% load i18n %}
{% get_sidebar_menu as sidebar_menu %}
{% for module in sidebar_menu %}
{% if module.post_content or module.pre_content %}
{% endif %}
{{ module|render_module:request }}
{% if module.post_content or module.pre_content %}
{% endif %}
{% endfor %}
{% if user.is_active and user.is_staff %}
{% jet_get_menu as app_list %}
{% if app_list.apps or app_list.pinned_apps %}
{% if SIDE_MENU_COMPACT %}
{% for app in app_list.all_apps %}