{{#if this.shouldRender}}
{{#if this.category}}

{{#if (and (theme-setting "show_category_icon") this.category)}} {{#if this.hasIconComponent}} {{! For compatibility with https://meta.discourse.org/t/category-icons/104683}} {{else}} {{this.consoleWarn}} {{/if}} {{/if}} {{#if this.category.read_restricted}} {{d-icon "lock"}} {{/if}} {{this.category.name}}

{{#if this.displayCategoryDescription}}
{{html-safe this.category.description}}
{{/if}}
{{/if}}
{{/if}}