{extend name="default/base/base_seller" /} {block name="seller_main"}

{$Think.lang.current_settlement}

{if $bill_info['ob_state'] == BILL_STATE_CREATE} {$Think.lang.current_settlement_correct} {elseif $bill_info['ob_state'] == BILL_STATE_SUCCESS /} {$Think.lang.print_statement} {/if}
{notempty name="cost_list"} {foreach name="cost_list" item="cost_info"} {/foreach} {else /} {/notempty} {notempty name="cost_list"} {/notempty}
{$Think.lang.promotion_name} {$Think.lang.promotional_expenses} {$Think.lang.application_date}
{$cost_info.storecost_remark} {:ds_price_format($cost_info['storecost_price'])} {$cost_info.storecost_time|date="Y-m-d"}
 {$Think.lang.no_record}
{/block}