#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
#if>
${notification.object}
${notification.message!}
#list>
|
#if>