{{#tr this }}Desktop notifications are triggered for messages that are offscreen when they arrive. Mobile and email notifications are triggered once you have been away from Zulip for a few minutes.{{/tr}}

{{t "Stream messages" }}

{{t "Unless I say otherwise for a particular stream, I want:" }}

{{#each notification_settings.stream_notification_settings}} {{> settings_checkbox setting_name=this is_checked=(lookup ../page_params this) label=(lookup ../settings_label this) realm_push_notifications_enabled=(lookup ../page_params "realm_push_notifications_enabled") push_notifications_tooltip=(lookup ../push_notification_tooltip this)}} {{/each}}

{{#tr this}}Change notification settings for individual streams on your Streams page.{{/tr}}

{{t "Private messages, @-mentions, and alert words" }}

{{#each notification_settings.pm_mention_notification_settings}} {{> settings_checkbox setting_name=this is_checked=(lookup ../page_params this) label=(lookup ../settings_label this) realm_push_notifications_enabled=(lookup ../page_params "realm_push_notifications_enabled") push_notifications_tooltip=(lookup ../push_notification_tooltip this)}} {{/each}}

{{t "Other notification settings" }}

{{t "Desktop" }}
{{#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) realm_push_notifications_enabled=(lookup ../page_params "realm_push_notifications_enabled") push_notifications_tooltip=(lookup ../push_notification_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}}