{{#if settings.sidebar_block_visibility}}
{{#is settings.sidebar_menu_title_dc 'NONE'}}{{settings.sidebar_menu_title}}{{else}}{{dc settings.sidebar_menu_title_dc}}{{/is}}
{{/if}}
{{#if settings.show_articles_in_section}}
{{t 'articles_in_section'}}
title="{{title}}">{{title}}
{{#each section.articles}}
{{/each}}
{{#if section.more_articles}}
{{t 'see_more'}}
{{/if}}
{{/if}}
{{article.title}}
{{#if article.internal}}
{{/if}}
{{subscribe}}
{{#if settings.author_meta_details_visibility}}
{{#if article.author.agent}}
{{/if}}
{{#link 'user_profile' id=article.author.id}}
{{article.author.name}}
{{/link}}
- {{date article.created_at timeago=true}}
- {{date article.edited_at timeago=true}}
- {{t 'updated'}}
{{#is article.created_at article.edited_at}}
{{else}}
{{/is}}
{{/if}}
{{recent_articles}}
{{related_articles}}
{{#if settings.comment_block_visibility}}
{{t 'comments'}}
{{t 'comments_count' count=article.comment_count}}
{{#if comments}}
{{/if}}
{{pagination}}
{{#form 'comment' class='comment-form'}}
{{user_avatar class='user-avatar'}}
{{wysiwyg 'body'}}
{{input type='submit' class="button button-large"}}
{{/form}}
{{comment_callout}}
{{/if}}
{{#each comments}}
{{#if author.agent}}
{{/if}}
{{#link 'user_profile' id=author.id}}
{{author.name}}
{{/link}}
{{#if editor}}
{{else}}
{{/if}}
{{#with ticket}}
{{t 'request'}}{{id}}
{{/with}}
{{#if pending}}
{{t 'pending_approval'}}
{{/if}}
{{vote 'up' role='radio' class='vote-up' selected_class='vote-voted'}}
{{vote 'sum' class='vote-sum'}}
{{vote 'down' role='radio' class='vote-down' selected_class='vote-voted'}}
{{actions}}
{{/each}}