{% extends 'base.html' %} {% block content %}

Notifications

{% if items %} {% for notif in items %}

{{ notif.username }} {% if notif.type == 'comment' %}commented on your rant{% else %}mentioned you{% endif %}

{{ format_time(notif.created_time) }}

{% endfor %} {% else %}

No notifications

{% endif %} {% endblock %}