mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 01:46:07 +00:00
19 lines
726 B
Plaintext
19 lines
726 B
Plaintext
extend ../layout.pug
|
|
|
|
block content
|
|
h2= t('emails.transactionLinkRedeemed.title', { senderFirstName, senderLastName })
|
|
.text-block
|
|
include ../includes/salutation.pug
|
|
p= t('emails.transactionLinkRedeemed.hasRedeemedYourLink', { senderFirstName, senderLastName, senderEmail })
|
|
.content
|
|
h2= t('emails.general.transactionDetails')
|
|
div(class="p_content")= t('emails.general.amountGDD', { amountGDD: transactionAmount })
|
|
br
|
|
= t('emails.transactionLinkRedeemed.memo', { transactionMemo })
|
|
br
|
|
= t('emails.general.detailsYouFindOnLinkToYourAccount')
|
|
|
|
a.button-3(href="https://gdd.gradido.net/transactions") #{t('emails.general.toAccount')}
|
|
|
|
include ../includes/doNotReply.pug
|