{{! Client-side Mustache template for rendering subscriptions.}} {{#with this}}
{{name}} {{#if invite_only}}{{/if}}

This is {{#if invite_only}}an invite-only stream. Only people who have been invited can access its content, but any member of the stream can invite others. {{else}}a public stream. Anybody in your organization can join.{{/if}}

Settings
{{#render_subscribers}}
Members
{{/render_subscribers}}
{{/with}}