{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}

Notifications

{% for item in notifications %}
{{ item.actor['username'] if item.actor else '?' }}
{{ item.notification['message'] }}
{{ item.time_ago }}
{% else %}
No notifications yet
{% endfor %}
{% endblock %}