{foreach from=$comments item=comment name="comments"}
{if $comment.avatar} {$comment.avatar} {else} avatar {/if} {$comment.timestamp|@formatTime:$CONST.DATE_FORMAT_SHORT} {if $comment.email} {$comment.author|@default:$CONST.ANONYMOUS} {else} {$comment.author|@default:$CONST.ANONYMOUS} {/if} {if $comment.url} ({$CONST.HOMEPAGE}) {/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}