<#if user?has_content> #i18n{mylutece.user_login_include.labelWelcome}
${user.getUserInfo('user.name.given')} ${user.getUserInfo('user.name.family')}
#i18n{mylutece.user_login_include.labelLogout} <#else> <#if list_authentications?exists> <#list list_authentications as authentication> <#if !authentication.externalAuthentication> <#if authentication.delegatedAuthentication> <#else> ${authentication.name} <#--

 
-->