<@cms.comment id=replyId replaceSensitive=false> <#assign a=object />
<@t.page 'content'/>:
<@cms.content id=a.contentId>${(object.title)!}
<@t.page 'create_date'/>:
${a.createDate!}
<#if a.updateDate?has_content>
<@t.page 'modified_date'/>:
${a.updateDate!}
<@sys.user 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>/ <@sys.user id=a.checkUserId>${object.nickname!}
<@t.page 'content.score'/>:
${a.scores!}
<@t.page 'replies'/>:
${a.replies!}
<@t.page 'comment'/>:
${a.text!}
<@t.page 'reply'/>:
<@cms.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!/> <@sys.user ids=t.userIds!><#assign userMap=map!/> <@sys.authorized 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'/>