{$locale->tr("comments")}
{foreach from=$post->getComments() 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, "%d %b %Y, %H:%M")}{$locale->tr("add_comment")}
{include file="$misctemplatepath/commentform.template"}