{extends "index.tpl"} {block "body-content"} {include "block.breadcrumbs.tpl"}

{$view -> getTitle()}

{foreach $body.category.blocks as $block} {$block|inline_edit nofilter} {/foreach} {$body.producer.descr nofilter}
{if $body.producer.image.id or $body.producer.web} {/if} {insert_subsections category=$body.category up=false} {if $body.productsList}
{if $body.pager.count > 1 || isAjax()}
{include "block.pager.tpl" pager=$body.pager}
{/if} {include "filter.tpl"}
{include "block.products.tpl" products=$body.productsList} {if $body.pager.count > 1} {include "block.pager.tpl" pager=$body.pager} {/if}
{else}
{/if} {/block} {block "js-entry" append} {encore_entry_script_tags entry='category'} {/block}