{% extends 'theme/desktop_base.html' %} {% load exfiltry %} {% load exsyntax %} {% load static %} {% load catch %} {% block ext_js_scripts %} {{block.super}} {% jscript_link 'jquery_plugins/sidebar-menu/sidebar-menu.js' %} {% endblock %} {% block theme_css_links %} {{block.super}} {% css_link 'jquery_plugins/sidebar-menu/sidebar-menu.css' %} {% endblock %} {% block menu_start %}
{% endblock %} {% block menu %}
{% endblock %} {% block menu_end %} {% endblock %} {% block body_start %} {% if form_ext or not show_form %} {% if user.is_authenticated %} {% else %} {{block.super}} {% endif %}
{% endif %} {% endblock %} {% block body_end %} {% if form_ext or not show_form %}
{% endif %} {{block.super}} {% endblock %} {% block body_body_start %}
{% endblock %} {% block body_init %}
{{block.super}} {% endblock %} {% block tabs %} {% if application_type != 'modern' %} {{block.super}} {% else %} {% if not NO_TABS and application_type == 'modern' %}
{% endif %} {% with NO_TABS=True %} {{block.super}} {% endwith %} {% endif %} {% endblock %} {% block body_footer %} {{block.super}} {% module_link '_schcomponents/components/sys-components.js' %}
{% endblock %} {% block loading-indicator: %}{% endblock %}