{{ user_preferences|json_script:"user-prefs-data" }} {{ MS_TRANS|json_script:"ms-trans-data" }} {% load static %} {% if CURRENT_DIR == 'ltr' %} {% else %} {% endif %} {% load microsys_tags %} {% include_if_exists 'microsys/includes/custom_head.html' %} {% block extra_head %}{% endblock %} {% block titlebar %} {% include 'microsys/includes/titlebar.html' %} {% if user.is_authenticated %} {% include 'microsys/users/user_hub.html' %} {% endif %} {% endblock %} {% block layout %} {% if request.user.is_authenticated %}
{% include 'microsys/includes/sidebar_items.html' %}
{% else %}
{% endif %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% block content %}{% endblock %} {% if request.user.is_authenticated %}
{% else %} {% endif %} {% endblock %} {% include_if_exists 'microsys/includes/custom_scripts.html' %} {% block scripts %}{% endblock %} {% if request.resolver_match.url_name != 'login' %} {% include 'microsys/includes/tutorial.html' %} {% endif %} {% include 'microsys/helpers/micro_context_menu.html' %} {% include 'microsys/helpers/dynamic_modal.html' %}