{% load static %}
{{ APP_CONFIG.identity.display_name|default:"DjangoLux" }} | {% block title %}{% endblock %}
{{ user_preferences|json_script:"user-prefs-data" }} {{ DLUX_STRINGS|json_script:"dlux-strings-data" }} {{ DLUX_THEME_NAMES|json_script:"dlux-theme-names" }} {{ config|json_script:"dlux-config-data" }} {{ font_families|json_script:"dlux-font-families" }} {% if CURRENT_DIR == 'ltr' %}
{% else %}
{% endif %}
{% for theme in DLUX_THEMES %}
{% endfor %}
{% load dlux_tags %} {% include_if_exists 'dlux/includes/custom_head.html' %} {% block extra_head %}{% endblock %} {% block titlebar %} {% if not hide_titlebar_for_public_index %} {% include 'dlux/includes/titlebar.html' %} {% endif %} {% if user.is_authenticated and titlebar.user_hub_style != 'titlebar_actions' %} {% include 'dlux/users/user_hub.html' %} {% endif %} {% endblock %} {% block layout %} {% if request.user.is_authenticated %}
{% if sidebar_enabled %} {% include 'dlux/includes/sidebar_items.html' %} {% endif %}
{% dlux_navbar %} {% else %}
{% endif %} {% include 'dlux/includes/messages.html' %} {% block content %}{% endblock %} {% if request.user.is_authenticated %}
{% else %} {% endif %} {% endblock %} {% include_if_exists 'dlux/includes/custom_scripts.html' %} {% block scripts %}{% endblock %}
{% if request.resolver_match.url_name != 'login' %} {% include 'dlux/includes/tutorial.html' %} {% endif %} {% include 'dlux/helpers/dlux_context_menu.html' %} {% include 'dlux/helpers/dynamic_modal.html' %} {% if DLUX_SHOW_INITIAL_USER_SETUP %} {# First-login Initial User Setup: auto-opens the dlux dynamic modal once per user. #}
{% endif %}