+
+ {{#if @post.isScheduled}}
+
+ Scheduled
+ {{#if @post.newsletter}}
+ {{svg-jar "email-stroke" class="gh-post-status-email"}}
+ {{/if}}
+
+ {{/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-email"}}
+
+ {{/if}}
+
+
+ {{else}}
+
+
+ {{#if @post.isScheduled}}
+
+ {{#if this.feature.memberAttribution}}
+ {{svg-jar "clock" class="gh-post-status-icon"}}
+ {{/if}}
+ Scheduled
+
+ {{/if}}
+
+ {{#if @post.isDraft}}
+
+ {{#if this.feature.memberAttribution}}
+ {{svg-jar "pen-stroke" class="gh-post-status-icon"}}
+ {{/if}}
+ Draft
+
+ {{/if}}
+
+ {{#if @post.isPublished}}
+
+ {{#if this.feature.memberAttribution}}
+ {{svg-jar "check" class="gh-post-status-icon"}}
+ {{/if}}
+ Published
+ {{#if @post.hasEmail}}
+ & sent
+ {{/if}}
+
+ {{/if}}
+
+ {{#if @post.isSent}}
+
+ {{svg-jar "email-stroke" class="gh-post-status-icon"}}
+ Sent
+
+ {{/if}}
+
+
+ {{/if}}
+ {{/unless}}
+
{{#if this.feature.memberAttribution}}
-
- {{#if @post.isScheduled}}
-
- Scheduled
- {{#if @post.newsletter}}
- {{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}}
-
-
- {{else}}
-
-
- {{#if @post.isScheduled}}
-
- Scheduled
- {{#if @post.newsletter}}
- {{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}}