{$errorMessage}
{include file="$root_path/apps/items/views/purchase_panel.html"}
{$item.description}
{if $otherItems}
{foreach from=$otherItems item=i}

{/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"}