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

    {{@post.title}}

    {{#unless @hideAuthor }}

    {{/unless}}
    {{/if}} {{!-- Statuses for when the feature flag for Member Attribution is on only --}} {{#if this.feature.memberAttribution}} {{#unless @hideStatusColumn }} {{#if (and this.session.user.isContributor @post.isPublished)}} {{else}}
    {{#if @post.isScheduled}} {{svg-jar "clock" class="gh-post-status-icon"}} Scheduled {{/if}} {{#if @post.isDraft}} {{svg-jar "pen" class="gh-post-status-icon"}} Draft {{/if}} {{#if @post.isPublished}} {{svg-jar "check" class="gh-post-status-icon"}} Published {{#if @post.hasEmail}} & Sent {{/if}} {{/if}} {{#if @post.isSent}} {{svg-jar "email-stroke" class="gh-post-status-icon"}} Sent {{/if}}
    {{/if}} {{/unless}} {{/if}} {{#if (and this.feature.memberAttribution (not this.session.user.isContributor)) }} {{#if @post.count.signups}} {{@post.count.signups}} {{gh-pluralize @post.count.signups "signup"}} {{else}} {{@post.count.signups}} {{gh-pluralize @post.count.signups "signup"}} {{/if}} {{/if}} {{#if (and this.feature.memberAttribution (not this.session.user.isContributor)) }} {{#if @post.count.conversions}} {{@post.count.conversions}} {{gh-pluralize @post.count.conversions "conversion"}} {{else}} {{@post.count.conversions}} {{gh-pluralize @post.count.conversions "conversion"}} {{/if}} {{/if}} {{#if (and (not-eq this.settings.membersSignupAccess "none") (not-eq this.settings.editorDefaultEmailRecipients "disabled") (not this.session.user.isContributor))}} {{#if (and this.feature.emailAnalytics (eq @post.displayName "post"))}}
    {{#if (eq @post.email.status "submitted")}} {{format-number @post.email.emailCount}} {{gh-pluralize @post.email.emailCount "send"}} {{else}} {{/if}}
    {{#if (and @post.email.trackOpens (eq @post.email.status "submitted"))}}
    {{#if this.feature.memberAttribution}} {{@post.email.openRate}}%  {{else}} {{#if this.isHovered}} {{format-number @post.email.openedCount}} {{else}} {{@post.email.openRate}}%  {{/if}} {{/if}} {{@post.email.openRate}}% opens
    {{else}} {{/if}}
    {{/if}} {{/if}} {{!-- Statuses for without the Member Attribution feature flag --}} {{#unless this.feature.memberAttribution}} {{#unless @hideStatusColumn }} {{#if (and this.session.user.isContributor @post.isPublished)}} {{else}}
    {{#if @post.isScheduled}} Scheduled {{/if}} {{#if @post.isDraft}} Draft {{/if}} {{#if @post.isPublished}} Published {{#if @post.hasEmail}} {{svg-jar "email-stroke" class="gh-post-status-email"}} {{/if}} {{/if}} {{#if @post.isSent}} {{svg-jar "email-stroke" class="gh-post-status-icon"}} {{/if}}
    {{/if}} {{/unless}} {{/unless}}