summary refs log tree commit diff
path: root/res/templates-dinsic/room.txt
blob: dd36d01d2175431278e16697a3f74abb32d5b9a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
{{ room.title }}

{% if room.invite %}
    Vous avez été invité, rejoignez la conversation en cliquant sur le lien suivant {{ room.link }}
{% else %}
    {% for notif in room.notifs %}
        {% include 'notif.txt' with context %}
    {% endfor %}
{% endif %}