{include file="public/header" /}

{$Think.lang.ds_promotion_presell}

{include file="public/admin_items" /}
{$Think.lang.ds_goods_name}
{$Think.lang.ds_store_name}
{$Think.lang.ds_state}

{$Think.lang.ds_explanation}

{notempty name="presell_list"} {foreach name="presell_list" item="val"} {/foreach} {else /} {/notempty}
{$Think.lang.ds_goods_name} {$Think.lang.ds_store_name} {$Think.lang.ds_begin_time} {$Think.lang.ds_end_time} {$Think.lang.promotionpresell_type} {$Think.lang.promotionpresell_price} {$Think.lang.ds_state} {$Think.lang.ds_handle}
{$val.goods_name} {$val.store_name} {present name="flippedOwnShopIds[$val.store_id]"} [{$Think.lang.ds_ownshop}] {/present} {$val.presell_start_time|date="Y-m-d H:i"} {$val.presell_end_time|date="Y-m-d H:i"} {if $val.presell_type==1}{$Think.lang.promotionpresell_type_1}{else}{$Think.lang.promotionpresell_type_2}{/if} {$val.presell_price} {$val.presell_state_text} {if in_array($val.presell_state,array(1,2))} {$Think.lang.ds_cancel} {/if} {if in_array($val.presell_state,array(0,3))} {$Think.lang.ds_del} {/if}
{$Think.lang.ds_no_record}
{$show_page|raw}