2023-11-03 19:02:28 +01:00
|
|
|
<tr class="stream-notifications-row" data-stream-id="{{stream.stream_id}}">
|
2020-03-12 17:40:38 +01:00
|
|
|
<td>
|
2023-04-07 23:07:35 +02:00
|
|
|
<span class="stream-privacy-original-color-{{stream.stream_id}} stream-privacy filter-icon" style="color: {{stream.color}}">
|
2020-03-12 17:40:38 +01:00
|
|
|
{{> ../stream_privacy
|
|
|
|
invite_only=stream.invite_only
|
|
|
|
is_web_public=stream.is_web_public }}
|
|
|
|
</span>
|
|
|
|
{{stream.stream_name}}
|
2022-04-21 17:31:34 +02:00
|
|
|
<i class="zulip-icon zulip-icon-mute unmute_stream" data-tippy-content="{{t 'Unmute' }}"
|
|
|
|
{{#unless muted}}style="display: none;"{{/unless}}></i>
|
2020-03-12 17:40:38 +01:00
|
|
|
</td>
|
|
|
|
{{#each stream_specific_notification_settings}}
|
2021-12-04 15:39:38 +01:00
|
|
|
{{> notification_settings_checkboxes
|
|
|
|
setting_name=this
|
|
|
|
prefix=(lookup ../stream "stream_id")
|
|
|
|
is_checked=(lookup ../stream this)
|
2021-11-20 11:51:35 +01:00
|
|
|
is_disabled=(lookup ../is_disabled this)
|
2023-12-21 16:44:53 +01:00
|
|
|
is_mobile_checkbox=(eq this "push_notifications")
|
2021-11-20 11:51:35 +01:00
|
|
|
}}
|
2020-03-12 17:40:38 +01:00
|
|
|
{{/each}}
|
|
|
|
</tr>
|