{foreach from=$comments item=comment name="comments"}
{$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}
{foreachelse}
{$CONST.NO_COMMENTS}
{/foreach}