{{ $t('form.send_check') }}
{{ userName ? userName : identifier }}
{{ $t('form.memo') }}
{{ memo }}
{{ $t('send_gdd') }}
{{ amount | GDD }}
{{ $t('advanced-calculation') }}
{{ $t('form.current_balance') }}
{{ balance | GDD }}
{{ $t('form.your_amount') }}
{{ (amount * -1) | GDD }}
{{ $t('form.new_balance') }}
{{ (balance - amount) | GDD }}
{{ $t('back') }}
{{ $t('form.send_now') }}