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

{if $comment.url} #{$comment.trace} - {$comment.author|@default:$CONST.ANONYMOUS} {else} #{$comment.trace} - {$comment.author|@default:$CONST.ANONYMOUS} {/if} {$comment.timestamp|@formatTime:$CONST.DATE_FORMAT_SHORT} - {if $entry.allow_comments} ({$CONST.REPLY}) {/if}{if $entry.is_entry_owner} ({$CONST.DELETE}) {/if}

{$comment.body}

{foreachelse}

{$CONST.NO_COMMENTS}

{/foreach}