{include file="public/header" /}

课程订单

{include file="public/admin_items" /}
{$Think.lang.order_number}
{$Think.lang.order_state}
{$Think.lang.order_time}
 – 
{$Think.lang.buyer_name}
{empty name="order_list"} {else /} {foreach name="order_list" item="order"} {/foreach} {/empty}
{$Think.lang.order_number} {$Think.lang.buyer_name} {$Think.lang.order_time} {$Think.lang.order_total_price} {$Think.lang.payment} {$Think.lang.order_state} {$Think.lang.ds_handle}
{$Think.lang.no_record}
{$order.order_sn} {$order.buyer_name} {$order.add_time|date="Y-m-d H:i:s"} {$order.order_amount} {:get_order_payment_name($order['payment_code'])} {:get_order_state($order)} {$Think.lang.ds_view} {if condition="$order.order_state eq 20"} Enroll {/if} {if condition="$order.if_cancel"} {$Think.lang.ds_cancel} {/if}
{$show_page|raw}