{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 $faq}
{foreach from=$faq item=f}

{$f.question|nl2br}

{if check_login_bool() && $item.user_id == $smarty.session.user.user_id} {$lang.delete} {/if}

{$f.answer|nl2br}

{/foreach}
{else}
{$lang.no_faq}
{/if} {if check_login_bool() && $item.user_id == $smarty.session.user.user_id}

{$lang.create_faq}

{$lang.formatting_help}

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