{{#if invite_only}}
-
{{#tr}}
This is a private stream. Only people who have been invited can access its content, but any subscriber can invite others.
{{/tr}}
-
{{#if history_public_to_subscribers}}{{t 'New subscribers can view complete message history.' }}
{{else}}{{t 'New subscribers can only see messages sent after they join.' }}
{{/if}}
{{else if is_web_public}}
-
{{#tr}}
This is a web-public stream. Any member of the organization can join without an invitation and anyone on the internet can read the content published.
{{/tr}}
{{else}}
-
{{#tr}}
This is a public stream. Any member of the organization can join without an invitation
or view content sent to this stream.
{{/tr}}
{{/if}}
-
{{#if (eq stream_post_policy stream_post_policy_values.admins.code)}}
{{t 'Only organization administrators can post.'}}
{{else if (eq stream_post_policy stream_post_policy_values.moderators.code)}}
{{t 'Only organization administrators and moderators can post.'}}
{{else if (eq stream_post_policy stream_post_policy_values.non_new_members.code)}}
{{t 'Only organization full members can post.'}}
{{else}}
{{t 'All stream subscribers can post.'}}
{{/if}}
{{#if message_retention_text}}
-
{{message_retention_text}}
{{/if}}