Free subscribers {{#let (members-count-fetcher query=(hash filter=(concat @newsletter.recipientFilter "+status:free"))) as |countFetcher|}} {{#if (not (is-empty countFetcher.count))}} ({{countFetcher.count}}) {{/if}} {{/let}}

{{#if this.isPaidAvailable}}

Paid subscribers {{#let (members-count-fetcher query=(hash filter=(concat @newsletter.recipientFilter "+status:-free"))) as |countFetcher|}} {{#if (not (is-empty countFetcher.count))}} ({{countFetcher.count}}) {{/if}} {{/let}}

{{/if}} {{#if this.specificOptions}}

Specific people

{{#if this.isSpecificChecked}} {{option.name}} {{/if}} {{/if}}