{% extends "chats/base_detail.html" %} {% load django_bootstrap5 %} {% load bootstrap_helpers %} {% load community_utils %} {% block title %}Chat Settings{% endblock %} {% block headline %}Chat Settings{% endblock %} {% block subtitle %}Edit your preferences for chat subscriptions{% endblock %} {% block breadcrumbs %} {% url "chats:channel-list" as channels_url %} {% breadcrumbs "Channels"|combine:channels_url "Chat settings"|combine:request.path %} {% endblock %} {% block content %}
This form helps you to specify who can add you to channels you do not yet participate in and when you want to receive notifications for messages in a channel that you subscribed.
You can further modify how you want to get notified in your global channel notification settings. .
{% endblock %}