{foreach from=$comments item=comment}
  • {$comment.body}

    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}