{{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 prefix=../../prefix }} {{/each}} {{/each}} {{#unless for_realm_settings}} {{> ../settings/stream_specific_notification_row }} {{/unless}}
{{t "Desktop"}} {{t "Mobile"}} {{#if (not page_params.realm_push_notifications_enabled) }} {{/if}} {{t "Email"}} @all
{{t "Visual"}} {{t "Audio"}}
{{ this.label }}

{{t "Desktop message notifications" }}

{{#unless for_realm_settings}}

{{t "Test desktop notification" }}

{{/unless}} {{#each notification_settings.desktop_notification_settings}} {{> settings_checkbox setting_name=this is_checked=(lookup ../settings_object this) label=(lookup ../settings_label this) prefix=../prefix}} {{/each}}

{{t "Mobile message notifications" }}

{{#each notification_settings.mobile_notification_settings}} {{> settings_checkbox setting_name=this is_checked=(lookup ../settings_object this) label=(lookup ../settings_label this) show_push_notifications_tooltip=(lookup ../show_push_notifications_tooltip this) prefix=../prefix}} {{/each}}

{{t "Email message notifications" }}

{{#each notification_settings.email_message_notification_settings}} {{> settings_checkbox setting_name=this is_checked=(lookup ../settings_object this) label=(lookup ../settings_label this) prefix=../prefix}} {{/each}}

{{t "Other emails" }}

{{#each notification_settings.other_email_settings}} {{> settings_checkbox setting_name=this is_checked=(lookup ../settings_object this) label=(lookup ../settings_label this) prefix=../prefix}} {{/each}}