{$singlePage = ((isset($smarty.post.mode) && $smarty.post.mode == "ajax") ? TRUE : FALSE) scope=global} {if isset($category)} {$this = $category} {else if isset($brand)} {$this = $brand} {else} {if isset($smarty.request.brands)} {$this = $all_brands} {else} {$this = $categories} {/if} {/if} {include file="breadcrumbs.htm" last="Список товаров"}

{$this->name|default:'Все категории'}

{$this->description|default:""}

{foreach $products as $product} {include 'common/mini-card-big.htm' colClass="col-lg-4" item=$product} {/foreach}
{echoVar from=PagesNavigation}
{capture name="CUSTOMJS"} {$smarty.capture.CUSTOMJS|default:""} {/capture}