{form name='ccbill-config-form'}
{text key='billingccbill+recurring_supported'} {if $gateway->recurring}{text key='billingccbill+available'}{/if}
{text key='billingccbill+supported_currencies'} {$gateway->getCurrenciesString()}
{if !$currSupported}
{text key="base+billing_currency_not_supported" currency=$activeCurrency}
{/if} {if !empty($subAccounts)} {foreach from=$subAccounts item='sub' key='key'} {/foreach} {/if}
{text key='billingccbill+account_settings'}
{text key='billingccbill+account_number'} {input name='clientAccnum'} {error name='clientAccnum'}
{text key='billingccbill+subaccount_number'} {input name='clientSubacc'} {error name='clientSubacc'}
{$sub.label} {input name=$key} {error name=$key}
{text key='billingccbill+cc_form_name'} {input name='ccFormName' class='ow_settings_input'} {error name='ccFormName'}
{text key='billingccbill+ck_form_name'} {input name='ckFormName' class='ow_settings_input'} {error name='ckFormName'}
{text key='billingccbill+dp_form_name'} {input name='dpFormName' class='ow_settings_input'} {error name='dpFormName'}
{text key='billingccbill+ed_form_name'} {input name='edFormName' class='ow_settings_input'} {error name='edFormName'}
{text key='billingccbill+salt'} {input name='dynamicPricingSalt'} {error name='dynamicPricingSalt'} {text key='billingccbill+salt_desc'}
{text key='billingccbill+datalink_username'} {input name='datalinkUsername'} {error name='datalinkUsername'}
{text key='billingccbill+datalink_password'} {input name='datalinkPassword'} {error name='datalinkPassword'}
{submit name='save' class='ow_ic_save'}
{/form}