#i18n{crm.manage_notifications.buttonBack}

${demand_type.label}

<#if notifications_list?has_content> <#list notifications_list as notification>
#i18n{crm.manage_notifications.labelSender} #i18n{crm.manage_notifications.labelObject} #i18n{crm.manage_notifications.labelReceived}
${notification.sender} <#if notification.isRead( )> ${notification.object} <#else> ${notification.object} ${notification.dateCreation?date}
<#else> #i18n{crm.manage_notifications.messageNoNotifications}