{include file="html-light/header.template"} {include file="html-light/post.template"} {foreach from=$comments item=comment} {assign var=commentDate value=$comment->getDateObject()}
{$comment->getTopic()}
{$comment->getUsername()} | {$locale->formatDate($commentDate,"%d/%m/%Y %H:%M")}
{$comment->getText()}

{/foreach} {include file="html-light/pager.template"} {include file="html-light/footer.template"}