features
This commit is contained in:
12
apps/api/src/mail/templates/warning-notification.text.hbs
Normal file
12
apps/api/src/mail/templates/warning-notification.text.hbs
Normal file
@@ -0,0 +1,12 @@
|
||||
{{title}}
|
||||
|
||||
{{#if intro}}{{intro}}
|
||||
|
||||
{{/if}}{{#each paragraphs}}{{this}}
|
||||
|
||||
{{/each}}{{#if warningBox}}Warnung:
|
||||
{{warningBox.text}}
|
||||
|
||||
{{/if}}{{#if action}}{{action.label}}:
|
||||
{{{action.url}}}
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user