blob: 24843042a540bb07f83efb56fdb9c925776072f1 (
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 }}
|