{{#let @data.publishOptions.post as |post|}} {{#if (not (and post.isSent (not post.isPublished)))}} {{/if}} {{/let}}
{{#let @data.publishOptions.post as |post|}}
{{#if (and post.isSent (not post.isPublished))}} This {{post.displayName}} was {{post.status}} by email {{else}} This {{post.displayName}} has been {{post.status}} {{/if}}

Your {{post.displayName}} {{if post.isScheduled "will be" "was"}} {{#if (or post.isSent (and post.isPublished post.email) post.willEmail ) }} {{#if post.emailOnly}} sent to {{else}} published and sent to {{/if}} {{#if post.isScheduled}} {{#let (members-count-fetcher query=(hash filter=post.fullRecipientFilter)) as |countFetcher|}} {{gh-pluralize countFetcher.count "subscriber"}} {{#if this.showNewsletterName}}of {{post.newsletter.name}}{{/if}} {{/let}} {{else}} {{gh-pluralize post.email.emailCount "subscriber"}} {{#if this.showNewsletterName}}of {{post.newsletter.name}}{{/if}} {{/if}} {{else}} published on your site {{/if}} {{#let (moment-site-tz post.publishedAtUTC) as |publishedAt|}} on {{moment-format publishedAt "D MMM YYYY"}} at {{moment-format publishedAt "HH:mm"}}. {{/let}} {{#if post.isScheduled}} {{#if (and post.isScheduled post.email)}} This post was previously emailed to {{pluralize post.email.emailCount "subscriber"}} {{#if this.showNewsletterName}} of {{post.newsletter.name}} {{/if}} {{#let (moment-site-tz post.email.createdAtUTC) as |sentAt|}} on {{moment-format sentAt "D MMM YYYY"}} at {{moment-format sentAt "HH:mm"}}. {{/let}} {{/if}}

Need to make a change? {{else if (not post.emailOnly)}}

{{/if}}

{{/let}}