{% extends "chats/base_detail.html" %} {% load community_utils %} {% load bootstrap_helpers %} {% load django_bootstrap5 %} {% load chats %} {% block headline %}{{ channel }}{% endblock %} {% block title %}Subscribe to {{ channel }}{% endblock %} {% block subtitle %} {% if form.instance.pk %} Edit subscription {% else %} Subscribe {% endif %} {% endblock %} {% block breadcrumbs %} {% url "chats:channel-list" as channels_url %} {% breadcrumbs "Channels"|combine:channels_url channel|name_for:user|combine:channel.get_absolute_url "Edit subscription"|combine:request.path %} {% endblock %} {% block content %}
You are currently not subscribed to this channel. If you want to receive notifications on new comments, please subscribe.
{% else %}You are currently subscribed to this channel. If you want to stop receiving any notifications, please disable following or remove this subscription using the below.