{% extends "base.html" %} {% block title %}Notification Preferences{% endblock %} {% block content %}

Notification Preferences

Control how and when you receive notifications for each event type.

View Notifications
Event
Email Alerts
Digest Mode
Digest Frequency
{# ── Internal staff events ── #} {% set internal_events = [ 'issue_assigned', 'issue_status', 'issue_comment', 'issue_follow_update', 'inspection_completed', 'sla_alert' ] %} {# ── Customer portal events ── #} {% set customer_events = [ 'customer_inspection_completed', 'customer_issue_updated' ] %}
Cancel

Email Alerts: Send an immediate email every time this event occurs.

Digest Mode: Hold notifications and deliver them in a single batched email on your chosen schedule.

Off: In-app notifications still appear in the bell — only email is suppressed.

{% endblock %} {% block extra_js %} {% endblock %}