{$oTopic->getBlogTitle()|escape:'html'} / {if $oTopic->getPublish()==0}{$aLang.topic_unpublish}{/if} {if $oTopic->getType()=='link'}{$aLang.topic_link}{/if} {$oTopic->getTitle()|escape:'html'}

{if $oTopic->getType()=='question'}
{if !$oTopic->getUserQuestionIsVote()}
    {foreach from=$oTopic->getQuestionAnswers() key=key item=aAnswer}
  • {/foreach}
{$aLang.topic_question_vote_result}: {$oTopic->getQuestionCountVote()}. {$aLang.topic_question_abstain_result}: {$oTopic->getQuestionCountVoteAbstain()}
{else} {include file='topic_question.tpl'} {/if}
{/if} {$oTopic->getText()}
{if $oUserCurrent} {/if}