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

    {{@post.title}}

    {{#unless @hideAuthor }} {{/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 (and this.feature.memberAttribution (not this.feature.emailClicks))}} {{@post.email.openRate}}%  {{else}} {{#if this.isHovered}} {{format-number @post.email.openedCount}} {{else}} {{@post.email.openRate}}%  {{/if}} {{/if}} {{@post.email.openRate}}% opens
    {{else}} {{/if}}
    {{!-- Clicks column --}} {{/if}} {{!-- Button column --}} {{#if @post.isPublished}} {{svg-jar "stats" class="stats"}} Stats {{else}} {{svg-jar "pen" class="edit"}} Edit {{/if}}