{{!-- template-lint-disable no-invalid-interactive --}}
  • {{!-- Title column --}} {{#if (and this.session.user.isContributor @post.isPublished)}} {{else}}

    {{@post.title}} {{#if @post.lexical}} L {{/if}}

    {{#unless @hideAuthor }} {{#if (not-eq this.settings.membersSignupAccess "none")}}

    {{#if @post.isScheduled}} Scheduled {{#if this.isStateHovered}} to be published {{if @post.newsletter "and sent "}}{{this.scheduledText}} to {{humanize-recipient-filter @post.emailSegment}} {{/if}} {{/if}} {{#if @post.isDraft}} Draft {{/if}} {{#if @post.isPublished}} Published {{#if @post.hasEmail}} and sent {{#if this.isStateHovered}} to 2,467 free subscribers {{/if}} {{/if}} {{/if}} {{#if @post.isSent}} Sent {{#if this.isStateHovered}} to 2,467 free subscribers {{/if}} {{/if}}

    {{/if}} {{/unless}}
    {{/if}} {{!-- Opens and clicks columns --}} {{#if (and (not-eq this.settings.membersSignupAccess "none") (not-eq this.settings.editorDefaultEmailRecipients "disabled") (not this.session.user.isContributor) this.feature.emailAnalytics (eq @post.displayName "post"))}} {{!-- Opens column --}} {{#if (and @post.email.trackOpens (eq @post.email.status "submitted"))}}
    {{#if this.isOpenStatHovered}} {{format-number @post.email.openedCount}} opens {{else}} {{@post.email.openRate}}% opens {{/if}}
    {{/if}}
    {{!-- Clicks column --}} {{#if (and @post.email.trackOpens (eq @post.email.status "submitted"))}}
    {{#if this.isClickStatHovered}} {{format-number @post.count.clicks}} clicks {{else}} {{@post.clickRate}}% clicks {{/if}}
    {{/if}}
    {{/if}} {{!-- Button column --}} {{#if (not-eq this.settings.membersSignupAccess "none")}}
    {{#if (or @post.isSent @post.isPublished)}} {{svg-jar "stats"}} {{else}} {{svg-jar "pen"}} {{/if}}
    {{else}}

    {{#if @post.isScheduled}} Scheduled {{/if}} {{#if @post.isDraft}} Draft {{/if}} {{#if @post.isPublished}} Published {{#if @post.hasEmail}} and sent {{/if}} {{/if}} {{#if @post.isSent}} Sent {{/if}}

    {{/if}}