{buildCategoryIcon(@value, "40px", "rounded-1")}
{{{ if ./descriptionParsed }}}
{./descriptionParsed}
{{{ end }}}
{{{ if !./link }}}
{humanReadableNumber(./totalTopicCount, 0)}
{humanReadableNumber(./totalPostCount, 0)}
{{{ if ./teaser }}}
{{{ end }}}
{{{ end }}}
{{{ if !config.hideSubCategories }}}
{{{ if ./children.length }}}
{{{ each ./children }}}
{{{ if !./isSection }}}
-
{buildCategoryIcon(@value, "18px", "westgate-child-icon rounded-1")}
{./name}
{{{ end }}}
{{{ end }}}
{{{ end }}}
{{{ end }}}
{{{ if !./link }}}
{humanReadableNumber(./totalTopicCount, 0)}
[[global:topics]]
{humanReadableNumber(./totalPostCount, 0)}
[[global:posts]]
{{{ if !config.hideCategoryLastPost }}}
{{{ end }}}
{{{ end }}}