forked-synapse/res/templates-dinsic/room.txt

10 lines
265 B
Plaintext
Raw Normal View History

2018-01-22 13:55:27 -05:00
{{ room.title }}
{% if room.invite %}
2018-01-22 15:18:44 -05:00
  Vous avez été invité, rejoignez la conversation en cliquant sur le lien suivant {{ room.link }}
2018-01-22 13:55:27 -05:00
{% else %}
{% for notif in room.notifs %}
{% include 'notif.txt' with context %}
{% endfor %}
{% endif %}