{% extends "admin_base.html" %} {% block extra_head %}{{ super() }} {% endblock %} {% block admin_content %}

Notification defaults

These are the platform-wide defaults applied to every user who has not customized a notification on their own profile. Changing a default does not override a user's explicit choice. Telegram delivery only reaches users who paired their Telegram account.

{% for pref in notification_defaults %} {% endfor %}
Platform-wide default notification channels per notification type
Notification In-app Push Telegram
{{ pref.label }} {{ pref.description }}
{% endblock %}