add (translated) templates
This commit is contained in:
parent
528e81a4b4
commit
8eee7cb991
18 changed files with 231 additions and 0 deletions
9
room.html
Normal file
9
room.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ room.title }}
|
||||
|
||||
{%- if room.invite %}
|
||||
Du wurdest in einen Raum eingeladen, betritt ihn mit folgendem Link: {{ room.link }}
|
||||
{%- else %}
|
||||
{%- for notif in room.notifs %}
|
||||
{%- include 'notif.txt' with context %}
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
Loading…
Add table
Add a link
Reference in a new issue