{foreach from=$comments item=comment name="comments"}

{if $comment.url}{/if}{$comment.author|default:$CONST.ANONYMOUS}{if $comment.url}{/if} {$CONST.ON} :

{if $comment.avatar}{$comment.avatar}{/if} {if $comment.body == 'COMMENT_DELETED'}

{$CONST.COMMENT_IS_DELETED}

{else} {$comment.body} {/if}
{if $entry.allow_comments AND $comment.body != 'COMMENT_DELETED'} {$CONST.REPLY}
{/if}
{foreachelse}

{$CONST.NO_COMMENTS}

{/foreach}