{% extends "notifications/notificationsettings_form.html" %} {% load django_bootstrap5 %} {% load chats %} {% load bootstrap_helpers %} {% block headline %}Channel Notification Settings{% endblock %} {% block subtitle %}for {{ form.instance.channel }}{% endblock %} {% block form_buttons %}
These are your specific notifications settings for
{% if form.instance.pk %} They are currently overwriting your global channel notification settings {% else %} If you update your settings here, your global notifications will be overwritten for this specific channel. {% endif %}
Your global channel notification settings can be modified here.
{% endcard %}