notificaiton: load interface automatically

This commit is contained in:
2021-12-25 22:53:35 +01:00
parent 5cebcfddb7
commit f6f0786d38
4 changed files with 22 additions and 15 deletions

View File

@@ -4,7 +4,6 @@
<div id="container content">
<div class="grid-8 centered">
<h1>{{ "Notifications list" | trans }}</h1>
<!-- TODO : UNREAD & READ -->
{%for data in datas %}
{% set notification = data.notification %}
@@ -36,6 +35,8 @@
{% include data.template with data.template_data %}
</dd>
</dl>
{% else %}
<p class="chill-no-data-statement">{{ notification.Any notification received }}</p>
{% endfor %}
</div>
</div>