{% if app.user %}
  • image
    {{ 'Hi'|trans }}, {{ app.user.firstName }} {{ app.user.lastName }}
    {{ 'profile'|trans }} {% if is_granted('ROLE_PREVIOUS_ADMIN') %} Exit impersonation {% elseif is_granted('ROLE_ALLOWED_TO_SWITCH') %} Switch user {% endif %} {{ 'Logout'|trans }}
  • {% endif %}