{* * 2007-2017 Amazzing * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * * @author Amazzing * @copyright 2007-2017 Amazzing * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) *} {$category = $ab_category}
{if $category && $category.active} {if !$blog->is_17}{include file = $blog->getTemplatePath('breadcrumbs.tpl') parents = $ab_cat_parents current_item = $category.title}{/if}

{$category.title|escape:'html':'UTF-8'}

{if !empty($category.description)}
{$category.description nofilter} {* can not be escaped *}
{/if} {if !empty($ab_subcategories)}
{foreach $ab_subcategories as $cat}
{$cat.title|escape:'html':'UTF-8'} {l s='%d posts' mod='amazzingblog' sprintf=[$cat.posts_num]}
{/foreach}
{/if} {if $ab_posts}
{include file = $blog->getTemplatePath('post-list.tpl') posts = $ab_posts settings = $ab_post_list_settings}
{/if} {else}
{l s='Category not available' mod='amazzingblog'}
{/if}
{* since 1.3.0 *}