{% import "ChamiloThemeBundle:Macros:image.html.twig" as macro_image %}
{% if user.avatar %} {{ macro_image.avatar_from_media(user.avatar, user.username) }} {% else %} {{ macro_image.avatar('bundles/chamilocore/img/unknown.jpg', user.username) }} {% endif %}

{{ 'Hello, %user%'| trans( {'%user%': user.username }, 'ChamiloThemeBundle') }}

{{ 'Online' | trans }}
{% if is_granted('ROLE_PREVIOUS_ADMIN') %} {{ 'Exit impersonation' | trans }} {% endif %}