{{#if this.optInExisting}}
{{#let (members-count-fetcher query=(hash filter="newsletters.status:active")) as |countFetcher|}}
This newsletter will be available to all members. Your {{#if countFetcher.count}}{{countFetcher.count}}{{/if}} existing subscriber{{#if (gt countFetcher.count 1)}}s{{/if}} will also be opted-in to receive it.
{{/let}}
{{else}}
The newsletter will be available to all new members. Existing members won’t be subscribed, but may visit their account area to opt-in to future emails.
{{/if}}