mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
20 lines
785 B
Plaintext
20 lines
785 B
Plaintext
doctype html
|
|
html(lang=locale)
|
|
head
|
|
title= t('emails.contributionRejected.subject')
|
|
body
|
|
h1(style='margin-bottom: 24px;')= t('emails.contributionRejected.subject')
|
|
#container.col
|
|
p(style='margin-bottom: 24px;')= t('emails.general.helloName', { firstName, lastName })
|
|
p= t('emails.contributionRejected.commonGoodContributionRejected', { senderFirstName, senderLastName, contributionMemo })
|
|
p= t('emails.contributionRejected.toSeeContributionsAndMessages')
|
|
p
|
|
= t('emails.general.linkToYourAccount')
|
|
= " "
|
|
a(href=overviewURL) #{overviewURL}
|
|
p= t('emails.general.pleaseDoNotReply')
|
|
p(style='margin-top: 24px;')
|
|
= t('emails.general.sincerelyYours')
|
|
br
|
|
= t('emails.general.yourGradidoTeam')
|