mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
17 lines
540 B
Plaintext
17 lines
540 B
Plaintext
p(style='margin-top: 24px;')
|
|
= t('emails.general.sincerelyYours')
|
|
br
|
|
= t('emails.general.yourGradidoTeam')
|
|
p(style='margin-top: 24px;')= '—————'
|
|
p(style='margin-top: 24px;')
|
|
if t('general.imprintImageURL').length > 0
|
|
div(style='position: relative; left: -22px;')
|
|
img(src=t('general.imprintImageURL'), width='200', alt=t('general.imprintImageAlt'))
|
|
br
|
|
each line in t('general.imprint').split(/\n/)
|
|
= line
|
|
br
|
|
a(href='mailto:' + supportEmail)= supportEmail
|
|
br
|
|
a(href=communityURL)= communityURL
|