{inc:header.htm}
{if:!empty($list)} {loop:$list $v} {/loop}
id 订单号 资源名称 下单人 价格 是否已评 时间
{$v[id]} {$v[order_id]} {$v[data][title]} {$v[user][uid]}:{$v[user][username]} {$v[totalprice]} {if:$v[is_comments]}√{else}-{/if} {php} echo date('Y-m-d H:i', $v['dateline']);{/php}
{/if}