{assign var="oUser" value=$oComment->getUser()} {assign var="oVote" value=$oComment->getVote()}
{if !$oComment->getDelete() or $bOneComment or ($oUserCurrent and $oUserCurrent->isAdministrator())}
{if !$bOneComment and $oUserCurrent and $oComment->getUserId()!=$oUserCurrent->getId() and $sDateReadLast<=$oComment->getDate()} {literal} {/literal} {/if} {if $oComment->isBad()} {$oComment->getText()} {else} {$oComment->getText()} {/if}
{if $oUserCurrent and !$oComment->getDelete() and !$bAllowNewComment} {$aLang.comment_answer} {/if} {$aLang.comment_fold}
{else}
{$aLang.comment_was_delete}
{/if}
{if $oUserCurrent} {/if}
{if $bOneComment}
{/if}