[#list page.list as comment] [#assign i=0] [#if i lt comment.child?size] [#list 0..comment.child?size as m] [#if comment.child[i].checked] [#break] [/#if] [#assign i=i+1] [/#list] [#assign c=comment.child[i]] [#else] [#assign c=comment] [/#if]
[#if i lt comment.child?size] [#include "comment.ftl"] [/#if] ${c.content?html}
顶[${comment.ups!}]回复
[/#list] [@Page sysPage='2'/]