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

    {{@post.title}}

    {{#unless @hideAuthor }}

    {{/unless}}
    {{/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 (or @post.email @post.willEmail)}} {{#if (eq @post.email.status "submitted")}} {{format-number @post.email.emailCount}} {{gh-pluralize @post.email.emailCount "send"}} {{/if}} {{/if}}
    {{#if (and @post.email.trackOpens (eq @post.email.status "submitted"))}}
    {{#if this.isHovered}} {{format-number @post.email.openedCount}} {{else}} {{@post.email.openRate}}%  {{/if}} {{@post.email.openRate}}% opens
    {{/if}}
    {{/if}} {{/if}} {{#unless @hideStatusColumn }} {{#if (and this.session.user.isContributor @post.isPublished)}} {{else}}
    {{#if @post.isScheduled}} Scheduled {{#if @post.emailRecipientFilter}} {{svg-jar "email-stroke"}} {{/if}} {{/if}} {{#if @post.isDraft}} Draft {{/if}} {{#if @post.isPublished}} Published {{#if @post.hasEmail}} {{svg-jar "email-stroke"}} {{/if}} {{/if}} {{#if @post.isSent}} {{svg-jar "email-stroke"}} {{/if}}
    {{/if}} {{/unless}}