[#if user??] [#if topic.allayReply]
[/#if] [/#if] [@post_page topicId=topic.id parentId=parentId createrId=createrId orderBy=orderBy count='2'] [#list tag_pagination.list as post] [#if !post.first]${post.indexCount}#
[#if post.shield] [#if user??&&user.moderator] 该贴已经被屏蔽,仅版主可见
${post.contentHtml!}
[#else] 该帖子已被屏蔽,仅版主可见 [/#if] [#else] [#if post.hidden] [#if user??] [#if post.creater.id==user.id||user.moderator]${post.contentHtml}
[#else] [#if !post.topic.haveReply?contains(','+user.id+',')]${post.hideContent}
[#else]${post.contentHtml}
[/#if] [/#if] [#else]${post.hideContent}
[/#if] [#else]${post.contentHtml}
[/#if] [/#if]