[@post_page topicId=topicId option=option pageNo=pageNo orderBy=orderBy count='2' ] [#list tag_pagination.list as post] [#if !post.first]
${post.indexCount}#
[#if user??] [#if user.moderator&&!post.creater.moderator] [#if post.creater.disabled]解除禁用[#else]禁用[/#if] [/#if] [/#if] [#if createrId??] 显示全部 [#else] 只看该作者 [/#if]
[#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]