{{#with sub}}
{{> ../components/action_button icon="eye" attention="quiet" intent="neutral" custom_classes="tippy-zulip-delayed-tooltip" data-tooltip-template-id="view-stream-tooltip-template" id="preview-stream-button" hidden=(not should_display_preview_button) }} {{> ../components/icon_button icon="archive" intent="danger" custom_classes="tippy-zulip-delayed-tooltip deactivate" data-tippy-content=(t 'Archive channel') }} {{> ../components/icon_button icon="unarchive" intent="success" custom_classes="tippy-zulip-delayed-tooltip reactivate" data-tippy-content=(t 'Unarchive channel') }}
{{/with}}
{{#with sub}}
{{> stream_settings_tip .}}
{{> stream_privacy_icon invite_only=invite_only is_web_public=is_web_public is_archived=is_archived }}
{{name}}
{{> ../components/icon_button icon="edit" intent="neutral" custom_classes="tippy-zulip-delayed-tooltip" id="open_stream_info_modal" data-tippy-content=(t 'Edit channel name and description' ) }}
{{> stream_description rendered_description=rendered_description }}
{{> stream_types . stream_privacy_policy_values=../stream_privacy_policy_values stream_privacy_policy=../stream_privacy_policy check_default_stream=../check_default_stream zulip_plan_is_not_limited=../zulip_plan_is_not_limited upgrade_text_for_wide_organization_logo=../upgrade_text_for_wide_organization_logo is_business_type_org=../is_business_type_org has_billing_access=../has_billing_access org_level_message_retention_setting=../org_level_message_retention_setting is_stream_edit=true prefix="id_" group_setting_labels=../group_setting_labels channel_folder_widget_name="folder_id" is_admin=../is_admin is_development_environment=../is_development_environment }} {{/with}}

{{t "Channel details" }}

{{#with sub}}
{{> ../creator_details .}}
{{t "Channel ID"}}
{{stream_id}}
{{/with}}

{{t "Personal settings" }}

{{#each other_settings}}
{{> stream_settings_checkbox setting_name=name is_checked=is_checked is_muted=(lookup ../sub "is_muted") stream_id=(lookup ../sub "stream_id") notification_setting=false disabled_realm_setting=disabled_realm_setting is_disabled=is_disabled label=label}}
{{/each}}

{{t "Notification settings" }}

{{t "In muted channels, channel notification settings apply only to unmuted topics." }}

{{> ../components/action_button label=(t "Reset to default notifications") attention="quiet" intent="neutral" custom_classes="reset-stream-notifications-button" type="button" }}
{{#each notification_settings}}
{{> stream_settings_checkbox setting_name=name is_checked=is_checked stream_id=(lookup ../sub "stream_id") notification_setting=true disabled_realm_setting=disabled_realm_setting is_disabled=is_disabled label=label}}
{{/each}}
{{#with sub}}
{{> stream_members .}}
{{/with}}