<#if notifications_list??> <#list notifications_list as notification>
 
${notification.dateCreation?date?string["dd.MM.yyyy HH:mm"]} - ${notification.sender!} <#if notification.isRead( )> Lu <#else> Nouveau

${notification.object}

${notification.message!}