<@_comment id=replyId> <#assign a=object />
<@t.page 'content'/>:
<@_content id=a.contentId>${(object.title)!}
<@t.page 'create_date'/>:
${a.createDate!}
<#if a.updateDate?has_content>
<@t.page 'modified_date'/>:
${a.updateDate!}
<@_sysUser id=a.userId>
<@t.page 'content.promulgator'/>:
${object.nickName!}
<@t.page 'status'/>/<@t.page 'inspector'/>:
<@t.page 'status.content.'+a.status/> <#if 1=a.status>/ <@_sysUser id=a.checkUserId>${object.nickName!}
<@t.page 'comment'/>:
${a.text!}
<@t.page 'reply'/>:
<@_commentList advanced=true replyId=a.id> <#if page.totalCount gt 0>
<@t.page 'reply'/> <#list page.list as a> <@t.merge 'userIds' a.userId!/> <@t.merge 'userIds' a.replyUserId!/> <@_sysUser ids=t.userIds!><#assign userMap=map!/> <@_sysAuthorized roleIds=admin.roles urls='cmsComment/check,cmsComment/uncheck,cmsComment/delete,cmsComment/edit'><#assign authorizedMap=map/> <#list page.list as a>
${(userMap[a.userId?string].nickName)!}:
<@t.page 'reply'/> ${(userMap[a.replyUserId?string].nickName)!} : ${a.text!}

<@t.page 'status.content.'+a.status/>

<#if authorizedMap['cmsComment/edit']> <@t.page 'button.edit'/> <@t.page 'reply'/>