{$msg.account.payment_profile_editing}

{include file="templates/layouts/zones/includes/flash-messages.html"} {if $user_errors}
    {foreach from=$user_errors item="user_error"}
  • {$user_error}
  • {/foreach}
{/if}

{$msg.account.update_payment_profile}

{include file="templates/pages/account/elements/element-payment-profile-form.html" paymentProfile=$editPaymentProfile}
{button class="button-edit-payment-profile" text=$msg.buttons.buttonEditPaymentProfile file=$smarty.template}   {button type="reset" form="form-payment-profile" class="button-reset" text=$msg.buttons.buttonReset file=$smarty.template}