{foreach from=$comments item=comment name="comments"}
  1. {if $comment.body == 'COMMENT_DELETED'} {else} {$comment.body} {/if}
    {if $entry.allow_comments AND $comment.body != 'COMMENT_DELETED'} {$CONST.REPLY}
    {/if}
  2. {foreachelse}
  3. {/foreach}