-
{{#each posts}}
-
{{title}} {{#if pinned}} {{t 'pinned'}} {{/if}} {{#if featured}} {{t 'featured'}} {{/if}} {{#is status 'none'}} {{else}} {{status_name}} {{/is}} {{vote_sum}} {{t 'vote' count=vote_sum}} {{comment_count}} {{t 'comment' count=comment_count}}
{{/each}}
{{t 'no_posts_with_filter'}}
{{/if}}