{$oTopic->getBlogTitle()|escape:'html'} →  {if $oTopic->getType()=='link'} ссылка {/if} {if $oTopic->getPublish()==0} {/if} {$oTopic->getTitle()|escape:'html'} {if $oUserCurrent and ( $oUserCurrent->getId()==$oTopic->getUserId() or $oUserCurrent->isAdministrator() or $oTopic->getUserIsBlogAdministrator() or $oTopic->getUserIsBlogModerator() or $oTopic->getBlogOwnerId()==$oUserCurrent->getId())} {/if}

{if $oTopic->getType()=='question'}
{if !$oTopic->getUserQuestionIsVote()} {foreach from=$oTopic->getQuestionAnswers() key=key item=aAnswer}
{/foreach}


Проголосовало: {$oTopic->getQuestionCountVote()}. Воздержалось: {$oTopic->getQuestionCountVoteAbstain()}
{else} {foreach from=$oTopic->getQuestionAnswers() key=key item=aAnswer}
{$oTopic->getQuestionAnswerPercent($key)}%
({$aAnswer.count})
{$aAnswer.text}
{/foreach} Проголосовало: {$oTopic->getQuestionCountVote()}. Воздержалось: {$oTopic->getQuestionCountVoteAbstain()}
{/if}

{/if} {$oTopic->getText()}
{if $oUserCurrent} {if $oTopic->getUserId()==$oUserCurrent->getId()} {else} {if $oTopic->getUserIsVote()} {if $oTopic->getUserVoteDelta()>0} {else} {/if} {else} {/if} {/if} {else} {/if} {$oTopic->getRating()}
{if $oUserCurrent}
 
{/if} {if $oTopic->getType()=='link'} {/if}