add (translated) templates

This commit is contained in:
Vri 🌈 2023-07-30 13:29:45 +02:00
parent 528e81a4b4
commit 8eee7cb991
Signed by: vrifox
GPG key ID: D40098E5B60B2197
18 changed files with 231 additions and 0 deletions

9
notif_mail.html Normal file
View 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 }}