{% extends 'base.html' %} {% load static %} {% block title %}Notification Preferences{% endblock %} {% block content %}

Notification Preferences

Notification Channels

Choose how you want to receive different types of notifications.

{% for notification_type in notification_types %}

{{ notification_type|title|replace:"_":" " }}

{% for channel in channels %}
{% endfor %}
{% endfor %}

Quiet Hours

Set times when you don't want to receive notifications (except urgent ones).

Quick Presets

Your Notification Statistics

🔔

Total Notifications

-

Read Rate

-

Unread

-

{% endblock %}