2016-04-29 14:56:21 +02:00
|
|
|
{{ room.title }}
|
|
|
|
|
2020-10-19 15:12:39 +02:00
|
|
|
{%- if room.invite %}
|
2016-05-05 02:59:20 +02:00
|
|
|
You've been invited, join at {{ room.link }}
|
2020-10-19 15:12:39 +02:00
|
|
|
{%- else %}
|
|
|
|
{%- for notif in room.notifs %}
|
|
|
|
{%- include 'notif.txt' with context %}
|
|
|
|
{%- endfor %}
|
|
|
|
{%- endif %}
|