{assign var="postPageTitle" value=$post->getTopic()} {assign var="postPageTitle" value=" | $postPageTitle"} {include file="$blogtemplate/header.template"} {assign var="poster" value=$post->getUserInfo()} {include file="$blogtemplate/post.template"} {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1 || $comments }

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

{/if} {if $comments}
    {foreach from=$comments item=comment}
  1. {if $comment->getTopic() != null} {$comment->getTopic()|strip_tags}{else}Re: {$post->getTopic()|strip_tags}{/if}
    {$comment->getText()}
    {assign var="postDate" value=$comment->getTimestamp()} {if $comment->getUserUrl() != ""}{$comment->getUsername()} {else} {$comment->getUsername()} {/if} | {$locale->formatDate($postDate, "%d/%m/%Y, %H:%M")}
  2. {/foreach}
{/if} {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1} {include file="$blogtemplate/commentform.template"} {/if} {include file="$blogtemplate/footer.template"}