blob: df3c253979ca93fd7ec16b1b2b6740471b737504 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Hi {{ user_display_name }},
{{ summary_text }}
{%- for room in rooms %}
{%- include 'room.txt' with context %}
{%- endfor %}
You can disable these notifications at {{ unsubscribe_link }}
|