{{article.body}}
{{#if (compare article.content_tags.length ">" 0)}}
{{/if}}
{{#if attachments}}
{{/if}}
{{article.title}} {{#if article.internal}} {{/if}}
{{#if settings.show_follow_article}}{{subscribe}}
{{/if}}
{{#if settings.show_recently_viewed_articles}}
{{recent_articles}}
{{/if}}
{{#if settings.show_related_articles}}
{{related_articles}}
{{/if}}
{{#if settings.show_article_comments}}
{{t 'comments'}}
{{t 'comments_count' count=article.comment_count}}
{{#if comments}}{{#each comments}}-
{{#if author.agent}}
{{/if}}
{{#link 'user_profile' id=author.id}}
{{author.name}}
{{/link}}
{{#if editor}}
{{date edited_at timeago=true}}
{{t 'edited'}}
{{else}}
{{date created_at timeago=true}}
{{/if}}
{{#with ticket}}
{{t 'request'}}{{id}}
{{/with}}
{{#if pending}}
{{t 'pending_approval'}}
{{/if}}
{{body}}
{{#vote 'up' role='radio' class='vote-up' selected_class='vote-voted' aria-describedby=(concat anchor "-author " anchor "-body")}}
{{/vote}}
{{vote 'sum' class='vote-sum'}}
{{#vote 'down' role='radio' class='vote-down' selected_class='vote-voted' aria-describedby=(concat anchor "-author " anchor "-body")}}
{{/vote}}
{{#actions}}
{{/actions}}
{{/each}}
{{pagination}} {{#form 'comment' class='comment-form hbs-form'}}{{#each (filter author.badges on="category_slug" equals="titles")}}-
{{name}}
{{/each}}
{{#each (slice (filter author.badges on="category_slug" equals="achievements") 0 4)}}-
{{/each}}
{{#if (compare (calc author.badges.length "-" 4) ">" 0)}}
-
{{t 'plus_more' count=(calc author.badges.length "-" 4)}}
{{/if}}
{{comment_callout}}