{{#each this.newsletters as |newsletter|}}
{{/each}}
{{/unless}}
{{#if (and (feature "suppressionList") this.suppressionData.suppressed)}}
{{newsletter.name}}
{{#if (eq this.suppressionData.reason 'fail')}}
{{svg-jar "suppression-notice-bounced" class="gh-member-newsletter-icon"}}
{{/if}}
{{#if (eq this.suppressionData.reason 'spam')}}
{{svg-jar "suppression-notice-flagged" class="gh-member-newsletter-icon"}}
{{/if}}
{{/if}}
{{#if (and (feature "suppressionList") (not this.suppressionData.suppressed))}}
Email disabled
{{#if (eq this.suppressionData.reason 'fail')}} Bounced on {{this.suppressionData.date}} {{/if}} {{#if (eq this.suppressionData.reason 'spam')}} Flagged as spam on {{this.suppressionData.date}} {{/if}} Learn more
If disabled, member will not receive newsletter emails
{{/if}}