${content.title}
${content.description!}
<#if user?has_content> <@_commentList advanced=true userId=user.id contentId=content.id status=2> <#if page.totalCount gt 0>My Comments
-
<#list page.list as a>
-
${user.nickName} under review${a.createDate}
${a.text!}Edit
#list>
Comments
-
<#list page.list as a>
-
${userMap[a.userId?string].nickName}${a.createDate}
<#if a.replyId?has_content> <@_comment id=a.replyId>${userMap[a.replyUserId?string].nickName} : ${object.text!}
@_comment> #if>${a.text!}Reply
#list>
<#assign
start=1
end=page.totalPage
/>
<#if (page.pageIndex-5) gt start>
<#assign start=page.pageIndex-4/>
#if>
<#if (page.pageIndex+5) lt end>
<#assign end=page.pageIndex+4/>
#if>
<#if !page.firstPage>
Previous page
<#else>
Previous page
#if>
<#if start gt 1>
1 ...
#if>
<#list start..end as n>
<#if n=page.pageIndex>
${n}
<#else>
${n}
#if>
#list>
<#if end lt page.totalPage>
... ${page.totalPage}
#if>
<#if !page.lastPage>
Next page
<#else>
Next page
#if>
@_commentList>