{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()}

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

{foreach from=$post->getComments() item=comment}
    {if $gravatar} {if $gravatar->isEnabled()} {$comment->getUsername()} {/if} {/if} {$comment->getTopic()}

    {$comment->getText()}

    {$locale->tr("posted_by")} {if $comment->getUserUrl() != ""} {$comment->getUsername()} {else} {$comment->getUsername()} {/if} {assign var=commentDate value=$comment->getDateObject()} am {$locale->formatDate($commentDate, "%d %b %Y, %H:%M")}
{/foreach}
{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}

 

{include file="$blogtemplate/commentform.template"}
{/if}
{include file="$blogtemplate/footer.template"}