{{ title() }}

@if (showAdd()) { } @if (methods().length === 0 && !loading()) {

{{ emptyLabel() }}

} @for (m of methods(); track m.Id) {
{{ iconFor(m) }} {{ m.Brand || m.MethodType }} @if (m.LastFour) { •••• {{ m.LastFour }} } @if (m.IsDefault) { Default }
@if (!m.IsDefault) { }
} @if (errorMessage()) { }