2016-04-29 14:56:21 +02:00
|
|
|
Hi {{ user_display_name }},
|
|
|
|
|
2016-05-05 16:54:29 +02:00
|
|
|
{{ summary_text }}
|
2016-04-29 14:56:21 +02:00
|
|
|
|
|
|
|
{% for room in rooms %}
|
|
|
|
{% include 'room.txt' with context %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
You can disable these notifications at {{ unsubscribe_link }}
|
|
|
|
|