{{#if this.post.isScheduled}}
All set!
{{else}}
{{if this.showPostCount "Boom! It's out there." "Your post is published."}}
{{#if this.post.isPost}}
{{#if this.post.emailOnly}}
Your email has been sent.
{{else if this.showPostCount}}
That's {{format-number this.postCount}} {{gh-pluralize this.postCount "post" without-count=true}} published.
{{else}}
Spread the word!
{{/if}}
{{else}}
Your page is published.
{{/if}}
{{/if}}
{{#if this.post.isSent}}
It
{{else if this.post.emailOnly}}
Your email
{{else}}
Your {{this.post.displayName}}
{{/if}}
{{if this.post.isScheduled "will be" "was"}}
{{#if this.post.emailOnly}}
sent to
{{else if (or this.post.hasEmail this.post.willEmail)}}
published on your site and sent to
{{else}}
published on your site
{{/if}}
{{#if (or this.post.hasEmail this.post.willEmail)}}
{{#let (members-count-fetcher query=(hash filter=this.post.fullRecipientFilter)) as |countFetcher|}}
{{if (eq @recipientType "all") "all"}}
{{format-number countFetcher.count}}
{{if (not-eq @recipientType "all") @recipientType}}
{{gh-pluralize countFetcher.count "subscriber" without-count=true}}
of {{this.post.newsletter.name}}
{{/let}}
{{/if}}
{{#let (moment-site-tz this.post.publishedAtUTC) as |publishedAt|}}
on
{{moment-format publishedAt "D MMM YYYY"}}
at
{{moment-format publishedAt "HH:mm"}}.
{{/let}}