Comments
{foreach from=$comments item=comment}
{$comment->getText()}
{$locale->tr("posted_by")}: {if $comment->getUserUrl() != ""} {$comment->getUsername()} {else} {$comment->getUsername()} {/if} | {assign var=commentDate value=$comment->getDateObject()} {$locale->formatDate($commentDate, "%B %d, %Y, %H:%M")}{$locale->tr("add_comment")}
{include file="$blogtemplate/commentform.template"}