{% if hide_global_sale_assistant is not defined %}
{% set hide_global_sale_assistant = false %}
{% endif %}
{% if is_granted('ROLE_PREVIOUS_ADMIN') or user.defaultShop is null %}
{% if isLite %}
{% if groupConfiguration.hideAlerts %}
{% endif %}
{% if groupConfiguration.hideNotifications %}
{% endif %}
{% if groupConfiguration.hideWebOrders %}
{% endif %}
{% if user.defaultShop is not null %}
{% if is_granted('ROLE_PREVIOUS_ADMIN') %}
{% endif %}
{% if roleRightInThisShop == false %}
{% if not isWarehouseAssistant and not isOffice %}
{% endif %}
{% if groupConfiguration.showGlobalSaleAssisant and hide_global_sale_assistant %}
{% endif %}
{% endif %}
{% if not is_granted("ROLE_ADMIN")%}
{% if groupConfiguration.showGlobalSaleAssisant and hide_global_sale_assistant %}
{% if hide_global_sale_assistant is not defined %}
{% set hide_global_sale_assistant = false %}
{% else %}
{% endif %}
{% endif %}
{% endif %}
{% include "@Core/Sales/_sales_assistant_dialog.html.twig" %}
{% include '@Core/Article/_article_dialog_large_distro.html.twig' %}
{% include "@Core/Article/_stock_modal_menu.html.twig" %}
{% include '@Core/Article/_article_dialog_stock_optimization_ajax.html.twig' %}
{% include "@Core/AdviceNotifications/_show_alerts_dialog.html.twig" %}
{% include ("@Core/Config/APP/clipboard-dialog.html.twig") %}
{% include "@Core/AdviceNotifications/_mute_notifications_dialog.html.twig" %}