[#if essence??]
[#if essence==0]
[#assign topLevel=0/]
[#else]
[#assign topLevel=1/]
[/#if]
[/#if]
[@topic_page topicTypeId=type.id topLevel=topLevel orderBy='0' count='2' tpl='0']
[#if tag_pagination.totalCount gt 0]
[#list tag_pagination.list as topic]
[#assign dispaly=1/]
[#if topic.shield]
[#if user??&&user.moderator]
[#assign dispaly=1/]
[#else]
[#assign dispaly=0/]
[/#if]
[/#if]
[#if dispaly==1]
-
[#if topic.affix]
[#list topic.firstPost.attachments as t]
[#if t.picture]

[/#if]
[/#list]
[/#if]
[@text_cut s=topic.firstPost.shortContentHtml len="50" append="..."/]
[#if topic.firstPost.shortContentHtml?length gte 50]
阅读全文
收起
[/#if]
[#if user??]
[#if user.moderator||user.id==topic.creater.id]
编辑
[/#if]
引用
举报
[#if user.moderator]
[#if !topic.firstPost.shield]
屏蔽
[#else]
取消屏蔽
[/#if]
[#if topic.topLevel lte 0]置顶[#else]取消置顶[/#if]
[/#if]
[#if user.moderator]
删除
[#elseif user.id==topic.creater.id]
[#if topic.lastReply??]
[#else]
删除
[/#if]
[/#if]
[/#if]
[#if user??]
[/#if]
[/#if]
[/#list]