1#
[#if user??] [#if user.moderator&&!topic.creater.moderator] [#if topic.creater.disabled]解除禁用[#else]禁用[/#if] [/#if] [/#if] [#if createrId??] 显示全部 [#else] 只看该作者 [/#if]
${topic.firstPost.contentHtml!}
[#else] 该帖子已被屏蔽,仅版主可见 [/#if] [#else] [#if topic.firstPost.hidden] [#if user??] [#if topic.firstPost.creater.id==user.id||user.moderator]${topic.firstPost.contentHtml}
[#else] [#if !topic.haveReply?contains(','+user.id+',')]${topic.firstPost.hideContent}
[#else]${topic.firstPost.contentHtml}
[/#if] [/#if] [#else]${topic.firstPost.hideContent}
[/#if] [#else]${topic.firstPost.contentHtml}
[/#if] [/#if]${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]