{% include 'public/partials/header.html' %}
Account activity

Notifications

Friend requests, profile activity, messages, chat, and topic replies in one place.

Recent notifications

{{ $unreadNotifications }} unread notification{{ $unreadNotifications===1?'':'s' }}

Preferences
{% if $notifications %}{% foreach $notifications as $notification %}
{% if $notification['actor_avatar_url'] %}{% elseif $notification['actor_username'] %}{{ strtoupper(substr($notification['actor_username'],0,1)) }}{% else %}◆{% endif %}
{{ $notification['title'] }}

{{ $notification['body'] }}

{{ $notification['ago'] }} · {{ ucfirst(str_replace('_',' ',$notification['notification_type'])) }}
{% if $notification['target_url'] %}
{% endif %}
{% endforeach %}{% else %}

You’re all caught up

New community activity will appear here.

{% endif %}
{% include 'public/partials/footer.html' %}