[#list list as c]
${(c.commentUser.username)!"匿名网友"} 于 ${c.createTime} 评论道:
${c.textHtml!}
[#if c.replayHtml??] [#if c.replayTime??]
${(c.replayUser.username)!"管理员"} 于 ${c.replayTime?string("yyyy-MM-dd HH:mm:ss")} 回复:${(c.commentUser.username)!"匿名网友"}
${c.replayHtml!}
[/#if] [/#if] ${c.ups!}    ${c.downs!}    回复    [#if c.replyCount>0] 查看回复(${c.replyCount!}) [/#if]
[/#list]