{% import "@AdminLTE/Macros/default.html.twig" as macro %} {% import "macros/widgets.html.twig" as widgets %} {% set linkUserProfile = path('user_profile', {'username' : user.username}) %} {% if not is_granted('view_own_profile') %} {% set linkUserProfile = '#' %} {% endif %}