mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
21 lines
825 B
Plaintext
21 lines
825 B
Plaintext
doctype html
|
|
html(lang=locale)
|
|
head
|
|
title= t('emails.accountActivation.subject')
|
|
body
|
|
h1(style='margin-bottom: 24px;')= t('emails.accountActivation.subject')
|
|
#container.col
|
|
p(style='margin-bottom: 24px;')= t('emails.general.helloName', { firstName, lastName })
|
|
p= t('emails.accountActivation.emailRegistered')
|
|
p= t('emails.accountActivation.pleaseClickLink')
|
|
br
|
|
a(href=activationLink) #{activationLink}
|
|
br
|
|
span= t('emails.accountActivation.orCopyLink')
|
|
p= t('emails.accountActivation.duration', { hours: timeDurationObject.hours, minutes: timeDurationObject.minutes })
|
|
br
|
|
a(href=resendLink) #{resendLink}
|
|
p(style='margin-top: 24px;')= t('emails.general.sincerelyYours')
|
|
br
|
|
span= t('emails.general.yourGradidoTeam')
|