{#
#}
{# Administration menu #}
{% if is_granted('ROLE_SUPER_ADMIN') or
is_granted('ROLE_ADMIN') or
is_granted('ROLE_TLMKT_SUPERVISOR') or
is_granted('ROLE_TLMKT_SALES_MANAGER') or
is_granted('ROLE_RESERV_SUPERVISOR') or
is_granted('ROLE_RESERV_PAYMENT_ADMINISTRATOR') or
is_granted('ROLE_TLMKT_RECEPTIONIST')
%}
{{ include("backend/core/dashboard/_adminMenu.html.twig") }}
{% endif %}
{# TLMKT menu #}
{% if is_granted('ROLE_TLMKT') %}
{{ include("backend/core/dashboard/_tmktMenu.html.twig") }}
{% endif %}
{# RESERV menu #}
{{ include("backend/core/dashboard/_reservMenu.html.twig") }}
{# COLLECTION menu #}
{% if is_granted("COLLECTION_STC_RAP_PAYMENT_LIST") %}
{{ include("backend/core/dashboard/_collectionMenu.html.twig") }}
{% endif %}
{{ include("backend/core/dashboard/_saleMenu.html.twig") }}
{# HOMEVISIT menu #}
{# {{ include("backend/core/dashboard/_agentMenu.html.twig") }} #}