{% 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.

{% for pref in notification_defaults %} {% endfor %}
Notification In-app Push
{{ pref.label }} {{ pref.description }}
{% endblock %}