<#list page.getList() as notice>
所属用户 内容 时间 状态 操作
${notice.username} ${notice.content} ${notice.createDate?string("yyyy-MM-dd HH:mm:ss")} <#if notice.status==0> 未读 <#else> 已读
<#include "/admin/index/pageBar.html"/>