{{!-- template-lint-disable no-invalid-interactive --}}
Published {{#if @post.hasEmail}} {{#if this.isHovered}} and sent to {{gh-pluralize @post.email.emailCount "member"}} {{else}} and sent {{/if}} {{/if}}
{{/unless}} {{else}}{{#if @post.isScheduled}} Scheduled {{#if this.isHovered}} {{#if @post.emailOnly}} to be sent {{else}} to be published {{if @post.newsletter "and sent "}} {{/if}} {{this.scheduledText}} to {{humanize-recipient-filter @post.emailSegment}} {{/if}} {{/if}} {{#if @post.isDraft}} Draft {{/if}} {{#if @post.isPublished}} Published {{#if @post.didEmailFail}} but failed to send newsletter {{else if @post.hasBeenEmailed}} and sent {{#if this.isHovered}} to {{gh-pluralize @post.email.emailCount "member"}} {{/if}} {{/if}} {{/if}} {{#if @post.isSent}} {{#if @post.didEmailFail}} Failed to send newsletter {{else}} Sent {{#if this.isHovered}} to {{gh-pluralize @post.email.emailCount "member"}} {{/if}} {{/if}} {{/if}}
{{/unless}}