{include file="header.html"}
{$lng.panel.settings} > {if $processor}{/if}{$lng.settings.payment_settings}{if $processor} > {$processor_name} {$lng.panel.settings}{/if}
{if !$processor} {foreach from=$array_processors item=v} {/foreach}
{$lng.settings.payment_processor} {$lng.settings.payment_processor_title} {$lng.settings.payment_processor_recurring} {$lng.settings.tax}
{$v.processor_name} {$v.processor_title} {if $v.recurring==-1}-{elseif $v.recurring==0}{$lng.general.disabled}{elseif $v.recurring==1}{$lng.settings.recur_all_subscriptions}{elseif $v.recurring==2}{$lng.settings.choose_recur_subscriptions}{/if} {if $v.tax_str}{$v.tax_str}{else}-{/if} {if $v.enabled} {if !$v.free || $v.processor_code=="credits"} {/if}
{$lng.general.enabled}
{if !$v.free || $v.processor_code=="credits"}
{/if} {else}
{$lng.general.disabled}
{/if}
{if $v.pending}
{$lng.general.pending}
{else} {* {if $v.processor_code!="credits"}*}
{$lng.general.not_pending}
{* {/if}*} {/if}
{if (!$v.free && !$v.manual) || $v.processor_code=="credits"}
{$lng.settings.edit_settings}
{/if}
{else} {* if processor *} {include file="`$processor`_settings.html"} {/if}
{* p30 *} {include file="footer.html"}