[#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]