{% extends base.html %} {% block title %}[{{instance.hostname}}:{{instance.pg_port}}] - Notifications{% end %} {% block content %}
{% for notification in notifications %} {% end %}
Date Username Content
{{notification['date']}} {{notification['username']}} {{notification['message']}}
{% end %}