{trans key="common.edit"} {$paymentMethod.name|gs}

{trans key="common.cancel"}

{form form=$form} {form form=$standardGatewaryForm} {if $customForm} {include file="templates/pages/payments/solutions/$paymentMethodId/custom-form.html"} {/if} {if $otherSettingsForm} {form form=$otherSettingsForm} {/if} {if $supportsCC} {if count($paymentMethod.supported_cards)}
{trans key="payment_methods.supported_card_types"}
{foreach from=$paymentMethod.supported_cards item="cardType"} {/foreach}
{trans key="payment_methods.card_code"} {trans key="payment_methods.issuer_name"} {trans key="payment_methods.enabled"} {trans key="payment_methods.require_cvv2"}
{$cardType.code} {$cardType.name}
{/if} {/if}