{$errorMessage}
{include file="$root_path/zipmarket/apps/items/views/purchase_panel.html"}
{if $faq}
{/if}
{include file="$root_path/zipmarket/apps/items/views/rightside.html"}
{foreach from=$faq item=f}
{if check_login_bool() && $item.user_id == $smarty.session.user.user_id}
{/if}
{/foreach}
{else}
{$f.question|nl2br}
{$f.answer|nl2br}
{$lang.no_faq}
{/if}
{if check_login_bool() && $item.user_id == $smarty.session.user.user_id}
ایجاد پرسش و پاسخ
{if $otherItems}
{foreach from=$otherItems item=i}
{/foreach}
{/if}
{if $otherItemsCount < 7}
{section name=foo start=$otherItemsCount loop=7 step=1}
{/section}
{/if}
{$lang.more_items_by} {$item.user.username}