{foreach from=$comments item=comment}
  • {if $comment.body == 'COMMENT_DELETED'} {$CONST.COMMENT_IS_DELETED} {else} {$comment.body} {/if}

    Comment by {if $comment.url}{$comment.username|@default:$CONST.ANONYMOUS}{else}{$comment.username|@default:$CONST.ANONYMOUS}{/if} — {$comment.timestamp|@formatTime:'%m/%d/%Y'} @ {$comment.timestamp|@formatTime:'%I:%M %p'}

  • {/foreach}