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

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

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