{% extends base.html %} {% block title %}temBoard / {{instance}} / Notifications{% end %} {% block head %} {% for link in vitejs.css_links_for('settings.users.js') %}{% raw link %}{% end %} {% end %} {% block content %}
{% for notification in notifications %} {% end %}
Date Username Content
{{notification['date']}} {{notification['username']}} {{notification['message']}}
{% end %}