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

    {{@post.title}}

    {{#unless @hideAuthor }}

    {{#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}}

    {{/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}} 1,283 opens {{else}} 52% opens {{/if}}
    {{/if}}
    {{!-- Clicks column --}} {{#if (and @post.email.trackOpens (eq @post.email.status "submitted"))}}
    {{#if this.isClickStatHovered}} 419 clicks {{else}} 17% clicks {{/if}}
    {{/if}}
    {{/if}} {{!-- Button column --}} {{#if (or @post.isSent @post.isPublished)}} {{svg-jar "stats"}} {{else}} {{svg-jar "pen" class="edit"}} {{/if}}