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

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