{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 $record}
{foreach from=$record item=f} {/foreach}
用户名 昵称 时间 金额
{$f.username} {$f.nickname} {$f.datetime} {$f.price}
{else}
尚无购买记录
{/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"}