{% set route = app.request.get('_route') %} {% set user = app.user %}
Cadastros
{% endif %}
{% if route != 'index' and route != 'without-permission' and not (route starts with 'client') and not (route starts with 'user') and not (route starts with 'pdp') and not (route starts with 'grd') and not (route starts with 'mokpi') and not (route starts with 'ccm') %}
Iniciativas
{% if user.isCollaborator == false %}
Dashboard
{% endif %}
{% if user.isCollaborator == false and route starts with 'tnc' %}
Dashboard
{% endif %}
{% elseif route starts with 'grd' %}
{#
Ações
#}
Dashboard
{% elseif route starts with 'mokpi' %}
Dashboard
{% endif %}