{include file="$root_path/modules/items/views/_fancypanel.html"}
{include file="$root_path/modules/items/views/_toolbar.html"}
{$item.comments}{$lang.comments}

{$item.name}

{$lang.by} {$item.user.username}
{if $comments} {foreach from=$comments item=c}
{if $users[$c.user_id].avatar != ''} {$users[$c.user_id].username} {else} {$users[$c.user_id].username} {/if}
{if $item.user_id == $c.user_id}
{$lang.author}
{elseif isset($buyFromUsers[$c.user_id])}
{$lang.purchased}
{/if}

{$users[$c.user_id].username}{$lang.says}

{$c.comment|nl2br}
{if isset($c.reply)}
{foreach from=$c.reply item=cc}
{$lang.author}

{if $users[$cc.user_id].avatar != ''} {$users[$cc.user_id].username} {else} {$users[$cc.user_id].username} {/if} {$users[$cc.user_id].username}{$lang.says}

{$cc.comment|nl2br}
{/foreach}
{/if} {/foreach} {else}
{$lang.no_comments}
{/if} {if check_login_bool()}

{$lang.comment_item}

{$lang.comment}
{$lang.formatting_help}
{$lang.comment_reply_notify}
{/if}
{include file="$root_path/modules/items/views/_rightside.html"}