{{#each this.newsletters as |newsletter|}}
{{/each}}
{{#if (and (feature "suppressionList") this.suppressionData.suppressed)}}
{{newsletter.name}}
{{#if (eq this.suppressionData.reason 'fail')}}
{{svg-jar "event-email-delivery-failed" class="gh-member-newsletter-footer-icon"}}
{{/if}}
{{#if (eq this.suppressionData.reason 'spam')}}
{{svg-jar "event-email-delivery-spam" class="gh-member-newsletter-footer-icon"}}
{{/if}}
{{/if}}
{{#if (and (feature "suppressionList") (not this.suppressionData.suppressed))}}
{{#if (eq this.suppressionData.reason 'fail')}}
Member email was suppressed due to it bouncing on {{this.suppressionData.date}}
{{/if}}
{{#if (eq this.suppressionData.reason 'spam')}}
Member email was suppressed due to a spam complaint on {{this.suppressionData.date}}
{{/if}}
Learn more
If disabled, member will not receive newsletter emails
{{/if}}