{* supreme 1.7.1 *} {_w('%d comment','%d comments',$post.comment_count)} {if $post.comment_count == 0} {/if} {$depth=-1} {foreach $post.comments as $comment} {if $comment.depth < $depth} {$loop=$depth-$comment.depth} {section name="end-comment" loop=$loop} {/section} {$depth=$comment.depth} {/if} {if $comment.depth == $depth} {/if} {if $comment.depth > $depth} {$depth=$comment.depth} {/if} {include file="comment.html" inline} {* sub comment *} {/foreach} {section name="end-comment" loop=$depth } {/section}
{_w('%d comment','%d comments',$post.comment_count)}
{if $post.comment_count == 0}