{include file="$blogtemplate/header.template"} {assign var="poster" value=$post->getUserInfo()} {include file="$blogtemplate/post.template"} {if $post->getTotalComments()!=0}
{$locale->tr("comments")}
{/if} {foreach from=$comments item=comment} {assign var="commentDate" value=$comment->getDateObject()}
{$comment->getTopic()} | {$comment->getUsername()} | {$locale->formatDate($commentDate, "%d/%m/%Y %H:%M")} | {$locale->tr("reply")}
{$comment->getText()}
{/foreach} {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
{$locale->tr("add_comment")}
{include file="$blogtemplate/commentform.template"} {/if} {include file="$blogtemplate/footer.template"}