{{define "beneficiary_wallet"}}
Solde : {{ printf "%.2f" .ViewState.wallet_balance }} €
Créditer le compte mobilité de l'utilisateur
Date | Crédit | Débit | Moyen de paiement | Description |
---|---|---|---|---|
Solde initial | {{if .ViewState.beneficiary.Data.wallet}}{{ printf "%.2f" .ViewState.beneficiary.Data.wallet }} €{{else}}0.00 €{{end}} | - | - | - |
{{if $operation.timestamp}}{{timeFormat $operation.timestamp "02/01/2006 15:04"}}{{end}} | {{if $operation.amount}} {{if or (eq $operation.operation_type "credit") (not $operation.operation_type)}} {{ printf "%.2f" $operation.amount }} € {{end}} {{end}} | {{if eq $operation.operation_type "debit"}} {{ printf "%.2f" $operation.amount }} € {{end}} | {{$operation.payment_method}} | {{$operation.description}} |
Aucune opération enregistrée