<#if user?has_content> <#assign userNameGiven = user.getUserInfo('user.name.given') > <#assign userNameFamily = user.getUserInfo('user.name.family') > <#if userNameGiven?has_content || userNameFamily?has_content> ${userNameGiven} ${userNameFamily} <#else> <#assign userBusinessMail = user.getUserInfo('user.business-info.online.email') > <#assign userHomeMail = user.getUserInfo('user.home-info.online.email') > <#if userBusinessMail?has_content> ${userBusinessMail} <#else> ${userHomeMail} #i18n{mylutece.user_login_include.labelLastLogin} : <#if (user.getUserInfo('user.lastLogin'))?has_content>${user.getUserInfo('user.lastLogin')}<#else>#i18n{mylutece.user_login_include.labelNever} #i18n{mylutece.user_login_include.labelLogout}