{#include file="header.html"#}
{#$lang.control_panel#} > {#$lang.orders_title#}
{#foreach from=$orders item=item#} {#/foreach#}
{#$lang.orders_number#} {#$lang.product#} {#$lang.status#} {#$lang.orders_ordertime#} {#$lang.orders_paytime#} {#$lang.orders_finishtime#} {#$lang.orders_detail#}
{#$item.order_number#} {#foreach from=$item.products item=products#} {#$products.name#} {#$products.version#}
{#/foreach#}
{#$item.status_str#} {#$item.create_time#} {#$item.pay_time#} {#$item.finish_time#} [{#$lang.orders_detail#}]
{#$multlink#}
{#include file="footer.html"#}