{{#each this.newsletters as |newsletter|}}
{{/each}}
{{/unless}}
{{#if 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}}
{{else}}
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}}