{{! Client-side Mustache template for rendering subscriptions.}} {{#with this}}
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}}
{{#if_and subscribed email_address}} {{/if_and}} {{#if allow_rename}}
Administrator settings
{{/if}} {{#render_subscribers}}
Stream membership
{{/render_subscribers}}
{{/with}}