{{!-- 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.isHovered}} to {{gh-pluralize @post.email.emailCount "member"}} {{/if}} {{/if}} {{/if}} {{#if @post.isSent}} Sent {{#if this.isHovered}} to {{gh-pluralize @post.email.emailCount "member"}} {{/if}} {{/if}}

    {{/if}} {{/unless}}
    {{/if}} {{!-- Opens column --}} {{#if (and @post.email (not-eq this.settings.membersSignupAccess "none") (not-eq this.settings.editorDefaultEmailRecipients "disabled") (not this.session.user.isContributor) (or @post.isSent @post.isPublished) this.settings.emailTrackOpens @post.email.trackOpens this.feature.emailAnalytics (eq @post.displayName "post"))}}
    {{#if this.isHovered}} {{format-number @post.email.openedCount}} {{else}} {{@post.email.openRate}}% {{/if}} opened
    {{/if}}
    {{!-- Clicks column --}} {{#if (and @post.email (not-eq this.settings.membersSignupAccess "none") (not-eq this.settings.editorDefaultEmailRecipients "disabled") (not this.session.user.isContributor) (or @post.isSent @post.isPublished) this.settings.emailTrackClicks this.feature.emailAnalytics)}}
    {{#if this.isHovered}} {{format-number @post.count.clicks}} {{else}} {{@post.clickRate}}% {{/if}} clicked
    {{/if}}
    {{!-- Button column --}} {{#if (not-eq this.settings.membersSignupAccess "none")}}
    {{#if this.isAnalytics}} {{svg-jar "stats" title=""}}Stats {{else}} {{svg-jar "pen" title=""}}Edit {{/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}}