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