{extend name="default/base/base_seller" /} {block name="seller_main"}
{$Think.lang.voucher_template_title}{$Think.lang.ds_colon}
{$t_info.vouchertemplate_title}
{$Think.lang.voucher_template_enddate}{$Think.lang.ds_colon}
{if $t_info.vouchertemplate_enddate}{:date('Y-m-d',$t_info.vouchertemplate_enddate)}{/if}
{$Think.lang.voucher_template_price}{$Think.lang.ds_colon}
{$t_info.vouchertemplate_price} {$Think.lang.ds_yuan}
{$Think.lang.voucher_template_total}{$Think.lang.ds_colon}
{$t_info.vouchertemplate_total} {$Think.lang.ds_zhang}
{$Think.lang.voucher_template_eachlimit}{$Think.lang.ds_colon}
{$t_info.vouchertemplate_eachlimit} {$Think.lang.ds_zhang}
{$Think.lang.voucher_template_orderpricelimit}{$Think.lang.ds_colon}
{$t_info.vouchertemplate_limit} {$Think.lang.ds_yuan}
{$Think.lang.voucher_template_describe}{$Think.lang.ds_colon}
{$Think.lang.voucher_template_image}{$Think.lang.ds_colon}
{if $t_info.vouchertemplate_customimg} {/if}
{$Think.lang.vouchertemplate_if_private}{$Think.lang.ds_colon}
{if $t_info.vouchertemplate_if_private ==1} {$Think.lang.ds_yes} {else} {$Think.lang.ds_no} {/if}
{$Think.lang.ds_status}{$Think.lang.ds_colon}
{foreach name="templatestate_arr" item="v"} {if $v.0 == $t_info.vouchertemplate_state} {$v.1} {/if} {/foreach}
{$Think.lang.voucher_template_giveoutnum}{$Think.lang.ds_colon}
{$t_info.vouchertemplate_giveout} {$Think.lang.ds_zhang}
{$Think.lang.voucher_template_usednum}{$Think.lang.ds_colon}
{$t_info.vouchertemplate_used} {$Think.lang.ds_zhang}
{$Think.lang.voucher_template_backlist}
{/block}