#i18n{module.mylutece.notification.manage_notifications.labelManageNotifications}

<#if is_notifications_sending_enable> <#if id_folder == 2> <#elseif id_folder == 3> <#else>

#i18n{module.mylutece.notification.manage_notifications.labelItemsCount} : ${paginator.itemsCount}
#i18n{module.mylutece.notification.manage_notifications.labelItemsRange} : ${paginator.rangeMin} - ${paginator.rangeMax}
<@pagination paginator=paginator />

<#list notifications_list as notification>
  <#if id_folder = 3> #i18n{module.mylutece.notification.manage_notifications.labelTo} <#else> #i18n{module.mylutece.notification.manage_notifications.labelFrom} #i18n{module.mylutece.notification.manage_notifications.labelObject} #i18n{module.mylutece.notification.manage_notifications.labelDateReceived}
${notification.sender} <#if notification.isRead( )> ${notification.object} <#else> ${notification.object} ${notification.dateCreation?date}

<@pagination paginator=paginator />