{% extends "chats/base_detail.html" %} {% load django_bootstrap5 %} {% load bootstrap_helpers %} {% load community_utils %} {% load chats %} {% block title %}Unsubscribe from {{ channel }}{% endblock %} {% block headline %}Unsubscribe from {{ channel }}{% endblock %} {% block breadcrumbs %} {% url "chats:channel-list" as channels_url %} {% breadcrumbs "Channels"|combine:channels_url channel|name_for:user|combine:channel.get_absolute_url "Unsubscribe"|combine:request.path %} {% endblock %} {% block content %}
Are you sure, you want to unsubscribe from the this channel? You may loose view permissions on the channel if you do so.
If you just want to stop getting notifications for this channel, unfollow this channel or edit your notification settings .
Note that you might be subscribed again when someone mentions you in a comment.