{assign var="postPageTitle" value=$post->getTopic()} {assign var="postPageTitle" value=" | $postPageTitle"} {assign var="postDate" value=$post->getDateObject()} {assign var="postOwner" value=$post->getUserInfo()} {include file="$blogtemplate/header.template"}
{assign var="postDate" value=$post->getDateObject()} {assign var="postOwner" value=$post->getUserInfo()}

{$post->getTopic()}

{$locale->tr("posted_by")} {$postOwner->getUsername()} | {$locale->formatDate($postDate,"%j %b, %Y")}
    {$post->getText()}

{if $post->getComments()}

{$post->getTotalComments()} {$locale->tr("comments")} & {$post->getTotalTrackbacks()} {$locale->tr("trackbacks")} {$locale->tr("of")} "{$post->getTopic()}"

{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")}
{/foreach} {/if}
{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
{include file="$blogtemplate/commentform.template"}
{/if}
{include file="$blogtemplate/panel.template"} {include file="$blogtemplate/footer.template"}