{{#unless customer.payment_methods}} {{> components/common/alert/alert-info (lang 'account.payment_methods.no_methods')}} {{/unless}} {{#each customer.payment_methods}} {{!-- Check that the current instrument type is within our whitelist to stop future ones automagically coming through --}} {{#inArray ../theme_settings.supported_payment_methods type}}
{{lang 'account.payment_methods.billing_address'}}: {{billing_address.address1}}, {{#if billing_address.address2}} {{billing_address.address2}}, {{/if}} {{billing_address.city}}, {{billing_address.state}} {{billing_address.zip}} {{billing_address.country}}
{{!-- If there is an address ENDS --}}