| {{ userWalletList.id }} |
{{ userWalletList.username ?: userWalletList.firstname ~ userWalletList.lastname}} |
{{ userWalletList.email is not null ? userWalletList.email : 'N/A' }} |
{{ userWalletList.getWallet.getAmount is defined ? userWalletList.getWallet.getAmount|number_format(2,',','.') ~ '€' : '0,00 €' }} |
|