{include file="$blogtemplate/header.template"} {assign var="postDate" value=$post->getDateObject()} {assign var="postOwner" value=$post->getUserInfo()}
{include file="$blogtemplate/post.template"}
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, "%d %b %Y, %H:%M")}
{/foreach}
{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
{$locale->tr("add_comment")}
{include file="$misctemplatepath/commentform.template"}
{/if}
{include file="$blogtemplate/footer.template"}