{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'}

{$oBlog->getTitle()|escape:'html'} {if $oUserCurrent and ($oUserCurrent->getId()==$oTopic->getUserId() or $oUserCurrent->isAdministrator() or $oBlog->getUserIsAdministrator() or $oBlog->getUserIsModerator() or $oBlog->getOwnerId()==$oUserCurrent->getId())} {$aLang.topic_edit} {/if} {if $oUserCurrent and ($oUserCurrent->isAdministrator() or $oBlog->getUserIsAdministrator() or $oBlog->getOwnerId()==$oUserCurrent->getId())} {$aLang.topic_delete} {/if}
{if !$oTopic->getUserQuestionIsVote()} {else}

{$aLang.topic_question_vote_result}: {$oTopic->getQuestionCountVote()} | {$aLang.topic_question_abstain_result}: {$oTopic->getQuestionCountVoteAbstain()}

{/if}
{if $bTopicList} {$oTopic->getTextShort()} {if $oTopic->getTextShort()!=$oTopic->getText()} {if $oTopic->getCutText()} {$oTopic->getCutText()} {else} {$aLang.topic_read_more} {/if} {/if} {else} {$oTopic->getText()} {/if}
{if !$bTopicList} {hook run='topic_show_end' topic=$oTopic} {/if}