{{this.post.title}}
{{{t "By {authorNames}" authorNames=this.authorNames}}}
{{#if this.primaryTag}}
in {{this.primaryTag}}
{{/if}}
{{#if this.isScheduled}}
{{!-- LLIUREX remove sent–
{{t "Scheduled to be published and sent {time}" time=(gh-format-post-time this.post.publishedAtUTC scheduled=true)}}
--}}
{{t "Scheduled to be published {time}" time=(gh-format-post-time this.post.publishedAtUTC scheduled=true)}}
{{/if}}
{{#if this.isScheduled}}
{{t "postBadge.Scheduled"}}
{{/if}}
{{#if this.isDraft}}
{{t "postBadge.Draft"}}
{{/if}}
{{#if (and this.isPublished (not this.post.page))}}
{{t "postStatus.Published"}}
{{/if}}
{{#if this.session.user.isOwnerOrAdmin}}
{{#if (or this.post.email (and this.post.isScheduled this.post.sendEmailWhenPublished))}}
{{#if (eq this.post.email.status "failed")}}
{{svg-jar "send-email" class="stroke-red"}}
{{else}}
{{#if this.isScheduled}}
{{svg-jar "send-email" class="stroke-green-d2"}}
{{else}}
{{svg-jar "send-email" class="stroke-midgrey"}}
{{/if}}
{{/if}}
{{/if}}
{{/if}}