{include file="$template_path/html/header.html"} {include file="$template_path/html/pagenav.html"}
{$errorMessage} {include file="$root_path/apps/items/views/purchase_panel.html"}
{if $faq}
{foreach from=$faq item=f}

{$f.question|nl2br}

{$f.answer|nl2br}

{if check_login_bool() && $item.user_id == $smarty.session.user.user_id} {/if}
{/foreach}
{else}
尚无常见问题与解答
{/if} {if check_login_bool() && $item.user_id == $smarty.session.user.user_id}

创建常见问题解答

{/if}
{if $otherItems} {foreach from=$otherItems item=i} {$i.name|escape} {/foreach} {/if} {if $otherItemsCount < 6} {section name=foo start=$otherItemsCount loop=6 step=1} {/section} {/if}
{$item.user.nickname}的其它作品
{include file="$root_path/apps/items/views/rightside.html"}
{include file="$template_path/html/footer.html"}