{$msg.account.edit_payment_profiles}

{if !empty($profiles)} {assign var="profile_num" value="0"}
{foreach name=prof from=$profiles key=key item=profile} {math equation="x + y" x=$profile_num y=1 assign="profile_num"}
{include file="templates/pages/account/elements/element-payment-profile-view.html"}
{/foreach}
{else}
{$msg.account.no_payment_profiles_yet}
{/if}
{if $user_errors}
    {foreach from=$user_errors item="user_error"}
  • {$user_error}
  • {/foreach}
{/if}

{$msg.account.enter_payment_profile}

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