{% if is_granted('ROLE_CUSTOMER_READ') or is_granted('ROLE_SUPPLIER_READ') or is_granted('ROLE_PRODUCER_READ')%}
{% set isContactsOpen = currentRoute matches '/^app_customer/' or currentRoute matches '/^app_supplier/' or currentRoute matches '/^app_producer/' %}
{% endif %}
{% if is_granted('ROLE_USER_READ') or is_granted('ROLE_CATEGORY_SETTING_READ') or is_granted('ROLE_UNIT_SETTING_READ') or is_granted('ROLE_VAT_SETTING_READ') %}
{% set isSettingsOpen = currentRoute matches '/^app_user_/' or currentRoute matches '/^app_article_category_/' or currentRoute matches '/^app_unit_measure_/' or currentRoute matches '/^app_vat_rate_/'%}
Impostazioni
{% if is_granted('ROLE_USER_READ') %}