{assign var="postPageTitle" value=$post->getTopic()} {assign var="postPageTitle" value=" | $postPageTitle"} {include file="$blogtemplate/header.template"} {assign var="poster" value=$post->getUserInfo()} {assign var="postDate" value=$post->getDateObject()}
{$locale->formatDate($postDate,"%A")} | {$locale->formatDate($postDate,"%d.%m.%Y")}
{include file="$blogtemplate/post.template"} {if $post->getTotalComments() > 0 } {foreach from=$comments item=comment}

» {$comment->getTopic()} [{$locale->tr("reply")}]

{$comment->getText()}

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

{$locale->tr("add_comment")}

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