{{#unless this.errorMessage}}
Ready to go? Here’s what happens next
Your post will be delivered to {{#if (eq this.model.sendEmailWhenPublished 'status:-free')}} {{!-- TODO: remove editor fallback once editors can query member counts --}} {{if this.session.user.isEditor "all paid members" (gh-pluralize this.model.memberCount "paid member")}} {{else if (eq this.model.sendEmailWhenPublished 'status:free')}} {{!-- TODO: remove editor fallback once editors can query member counts --}} {{if this.session.user.isEditor "all free members" (gh-pluralize this.model.memberCount "free member")}} {{else if (eq this.model.sendEmailWhenPublished 'status:free,status:-free')}} {{!-- TODO: remove editor fallback once editors can query member counts --}} {{if this.session.user.isEditor "all members" (gh-pluralize this.model.memberCount "member")}} {{else}} {{!-- TODO: remove editor fallback once editors can query member counts --}} {{if this.session.user.isEditor "a custom members segment" (gh-pluralize this.model.memberCount "member")}} {{/if}} and will be published on your site{{#if this.model.isScheduled}} at the scheduled time{{/if}}. Sound good?
{{/if}}Your post has been published but the email failed to send. Please verify your email settings if the error persists.
{{else}}Your post has been published but the email failed to send. Please verify your email settings if the error persists.
{{/if}}{{#liquid-if this.errorDetailsOpen}}
{{svg-jar "warning"}} {{this.errorMessage}}
{{/liquid-if}}