{% for notification in notifications %}

{{ notification.message }}

{{ notification.sent_at|timesince }} ago

{% empty %}

No recent notifications

{% endfor %}