{% include 'public/partials/header.html' %}
{% include 'usercp/partials/banner.html' %}
{% include 'usercp/partials/sidebar.html' %}
Subscriptions

Watched topics

Receive notifications when discussions you follow receive new replies.

{% if $subscriptions %}
{% foreach $subscriptions as $item %}
{{ $item['forum_name'] }}{{ $item['title'] }}{{ $item['reply_count'] }} replies · Last activity {{ $item['last_activity'] }}
{% endforeach %}
{% else %}

No watched topics yet

Open a topic and select Watch topic to receive reply notifications.

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