{form name='paypal-config-form'}
{text key='billingpaypal+recurring_supported'} {if $gateway->recurring}{text key='billingpaypal+available'}{/if}
{text key='billingpaypal+supported_currencies'} {$gateway->getCurrenciesString()}
{if !$currSupported}
{text key="base+billing_currency_not_supported" currency=$activeCurrency}
{/if}
{text key='billingpaypal+account_settings'}
{text key='billingpaypal+business'} {input name='business'} {error name='business'}
{text key='billingpaypal+sandbox_mode'} {input name='sandboxMode'} {error name='sandboxMode'}
{submit name='save' class='ow_ic_save'}
{/form}