{{! Client-side Mustache template for rendering subscriptions.}} {{#with this}}
{{partial "subscription_type"}}
  • {{t "Muted streams don't show up in your home view or generate notifications unless you are mentioned." }}

{{#if_and subscribed email_address}} {{/if_and}} {{#if is_admin}}
{{t "Administrator settings" }}
{{partial "change_stream_privacy"}}
{{/if}} {{#render_subscribers}}
{{t "Stream membership" }}
{{/render_subscribers}}
{{/with}}