#include "managegrudata_tabs.html" />
<@tabs tab="notification" />
<@rowBox>
<@boxHeader i18nTitleKey="grustoragedb.manage_notifications.tableLabel">
<@headerButtons>
@headerButtons>
@boxHeader>
<@boxBody>
<@messages infos=infos />
<@paginationAdmin paginator=paginator combo=1 />
<@table>
#i18n{grustoragedb.manage_notifications.columnIdDemand} |
#i18n{grustoragedb.manage_notifications.columnJson} |
#i18n{portal.util.labelActions} |
<@tableHeadBodySeparator />
<#list notification_list as notification >
${notification.idDemand}
|
${notification.json}
|
|
#list>
@table>
<@paginationAdmin paginator=paginator />
@boxBody>
@rowBox>