{{#if this._isSaving}} {{t "postStatus.Saving..."}} {{else if (or this.post.isPublished this.post.pastScheduledTime)}} {{t "postStatus.Published"}} {{#if (or (eq this.post.email.status "submitting") (eq this.post.email.status "submitting"))}} and sending to {{pluralize this.post.email.emailCount "member"}} {{else if (eq this.post.email.status "submitted")}} and sent to {{pluralize this.post.email.emailCount "member"}} {{/if}} {{else if this.post.isScheduled}} {{#if this.countdown}} {{else}} {{t "postStatus.Scheduled"}} {{/if}} {{else if this.post.isNew}} {{t "postStatus.New"}} {{else}} {{t "postStatus.Draft"}} {{/if}}