{* $Id: payments.tpl 1535 2006-04-07 08:20:38Z zeke $ *} {if $processor_template} {capture name="mainbox"} {if $callback == 'Y'} {$processor_name|fn_get_curl_info} {/if}
{include file="payments_pages/cc_processors/`$processor_template`"}

{if 'manage_payments'|fn_check_privileges:true} {include file="buttons/update.tpl" but_onclick="javascript:document.gw_form.submit();"} {/if}
{/capture} {include file="common_templates/mainbox.tpl" title=$processor_name content=$smarty.capture.mainbox} {else} {include file="payments_pages/payments_list.tpl"} {/if}