{assign var="oBlog" value=$oTopic->getBlog()} {assign var="oUser" value=$oTopic->getUser()} {assign var="oVote" value=$oTopic->getVote()}

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

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