add (translated) templates
This commit is contained in:
parent
528e81a4b4
commit
8eee7cb991
18 changed files with 231 additions and 0 deletions
9
notif_mail.html
Normal file
9
notif_mail.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
Hola {{ user_display_name }},
|
||||
|
||||
{{ summary_text }}
|
||||
|
||||
{%- for room in rooms %}
|
||||
{%- include 'room.txt' with context %}
|
||||
{%- endfor %}
|
||||
|
||||
Du kannst diese Benachrichtigungen mit folgendem Link deaktivieren: {{ unsubscribe_link }}
|
Loading…
Add table
Add a link
Reference in a new issue