${item.accounts.map((account) =>
html`
${account.name}
****${account
.mask}
${account.subtype ||
account.type}
Available:
${this.formatCurrency(
account.balances.available,
account.balances.isoCurrencyCode,
)}
Current:
${this.formatCurrency(
account.balances.current,
account.balances.isoCurrencyCode,
)}