{{t "New post"}}
    {{#if this.postsInfinityModel}}
  1. {{!--Favorite indicator column: no header--}}
    {{t "Title"}}
    {{t "Status"}}
    {{t "Last update"}}
  2. {{/if}} {{#each this.postsInfinityModel as |post|}} {{else}}
  3. {{#if this.showingAll}} {{svg-jar "posts-placeholder" class="gh-posts-placeholder"}}

    {{t "You haven't written any posts yet!"}}

    {{t "Write a new post"}} {{else}}

    {{t "No posts match the current filter"}}

    {{t "Show all posts"}} {{/if}}
  4. {{/each}}
{{outlet}}