{extends "../@layout.xml"} {block title}Отчёт #{$bug->getId()}{/block} {block header} Баг-трекер » Отчёт #{$bug->getId()} {/block} {block content} {if $bug AND !$bug->isDeleted()}

{$bug->getCanonicalName()}

{$reporter->getCanonicalName()}
{_created}: {$bug->getCreationDate()}

{$bug->getText()}
{_bug_tracker_product}: {$bug->getProduct()->getCanonicalName()}
{_bug_tracker_sent_by}: {$bug->getReporter()->getCanonicalName()}
{_bug_tracker_reproduced}: {tr("participants", $bug->getReproducedCount())}
{_status}: {$bug->getStatus()}
{_bug_tracker_priority}: {$bug->getPriority()}
{_bug_tracker_device}: {$bug->getDevice()}

{_bug_tracker_reproduced} ({$bug->getReproducedCount()}) {if sizeof($comments) > 0}
{$comment->isModer() ? "{_bug_tracker_moderator}" : $comment->getAuthor()->getCanonicalName()} ({$comment->getAuthor()->getCanonicalName()}) ({_bug_tracker_hidden_comment_span})
{$comment->getText()}
(действия с балансом: {$comment->getBalanceChanges() > 0 ? "+" : false}{$comment->getBalanceChanges()})

{/if}

{else}
{_bug_tracker_report_not_found}
{/if} {/block}