{if count($aTopics)>0} {foreach from=$aTopics item=oTopic} {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->getTextShort()} {if $oTopic->getTextShort()!=$oTopic->getText()}

( {if $oTopic->getCutText()} {$oTopic->getCutText()} {else} {$aLang.topic_read_more} {/if} ) {/if}
{/foreach} {include file='paging.tpl' aPaging=`$aPaging`} {else} {$aLang.blog_no_topic} {/if}