{{t "Notification triggers" }}

{{t "Configure how Zulip notifies you about new messages." }}

{{#each general_settings}} {{#each this.notification_settings}} {{> notification_settings_checkboxes setting_name=this.setting_name is_checked=this.is_checked is_disabled=this.is_disabled }} {{/each}} {{/each}} {{> ../settings/stream_specific_notification_row }}
{{t "Desktop"}} {{t "Mobile"}} {{#if (not page_params.realm_push_notifications_enabled) }} {{/if}} {{t "Email"}} @all
{{t "Visual"}} {{t "Audio"}}
{{ this.label }}

{{t "Other notification settings" }}

{{t "Desktop" }}

{{t "Send test notification" }}

{{#each notification_settings.desktop_notification_settings}} {{> settings_checkbox setting_name=this is_checked=(lookup ../page_params this) label=(lookup ../settings_label this)}} {{/each}}
{{t "Play sound" }}
{{t "Mobile" }}
{{#each notification_settings.mobile_notification_settings}} {{> settings_checkbox setting_name=this is_checked=(lookup ../page_params this) label=(lookup ../settings_label this) show_push_notifications_tooltip=(lookup ../show_push_notifications_tooltip this)}} {{/each}}
{{t "Email" }}
{{#each notification_settings.email_notification_settings}} {{> settings_checkbox setting_name=this is_checked=(lookup ../page_params this) label=(lookup ../settings_label this)}} {{/each}}
{{t "Presence" }}
{{#each notification_settings.presence_notification_settings}} {{> settings_checkbox setting_name=this is_checked=(lookup ../page_params this) label=(lookup ../settings_label this)}} {{/each}}