{{segment.text}}

Notification Settings
Manage how and when users receive updates and alerts from the system.
{% csrf_token %}
Notification Preferences {{ preferences_form.as_p }}
Notification Channels
{{channels_form.email_address}}
{% if channels_form.email_address.errors %}
{% for error in channels_form.email_address.errors %}

{{ error }}

{% endfor %}
{% endif %}
{{channels_form.phone_number}}
{% if channels_form.phone_number.errors %}
{% for error in channels_form.phone_number.errors %}

{{ error }}

{% endfor %}
{% endif %}
{{channels_form.device_token}}
{% if channels_form.device_token.errors %}
{% for error in channels_form.device_token.errors %}

{{ error }}

{% endfor %}
{% endif %}
Notification Settings {{ settings_form.as_p }}
Notification Types {{ types_form.as_p }}