{include file="public/header" /}
{notempty name="payment.payment_config"} {foreach name="payment.payment_config" item="config" key="key"} {/foreach} {/notempty}
{$payment.payment_name}
{$config.lable}
{if $config.type == 'text'} {elseif $config.type == 'password'} {elseif $config.type == 'radio'}
{elseif $config.type == 'textarea'} {/if}
{$config.desc|raw}
{$Think.lang.ds_enable}
{$Think.lang.ds_submit} {$Think.lang.ds_back}