{{!-- 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}} {{#if @post.isDraft}} Draft {{/if}} {{#if @post.isPublished}} Published {{#if @post.hasEmail}} {{#if this.isHovered}} and sent to 2,467 free subscribers {{else}} and sent {{/if}} {{/if}} {{/if}} {{#if @post.isSent}} {{#if this.isHovered}} Sent to 2,467 free subscribers {{else}} Sent {{/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.isHovered}} 1,283 {{else}} 52% {{/if}} {{@post.email.openRate}}% opens
    {{/if}}
    {{!-- Clicks column --}} {{#if (and @post.email.trackOpens (eq @post.email.status "submitted"))}}
    {{#if this.isHovered}} 444 {{else}} 18% {{/if}}
    {{/if}}
    {{/if}} {{!-- Button column --}} {{#if (or @post.isSent @post.isPublished)}} {{svg-jar "stats" class="stats"}} Stats {{else}} {{svg-jar "pen" class="edit"}} Edit {{/if}}