{if $body.category.plural and !$body.category.meta_title and !$body.producer}
{$body.category.plural} - {$dbcfg.shop_title}
{elseif !$body.category.id and $body.category.campaign == "N" and !$body.producer}
{t}Novinky parfémů a kosmetiky{/t} - {$dbcfg.shop_title}
{else}
{$header.pageTitle}
{/if}
{/block}
{block "body-container-data"}data-filter_form{/block}
{block "google_tag_manager"}
{if $body.category.id}
{insert_products type="bestsellingProductsInSection" id_section=$body.category.id id_producer=$body.producer.id count=5 offset=NULL image=11 instore=true
template=null assign='bestsellingproducts'}
{/if}
{include 'block.analytics.gtm.tpl' pageType='category' bestsellingproducts=$bestsellingproducts}
{/block}
{block "body-container-class"}{if $body.category.id == $cfg.special.catId}xmas-root{/if}{/block}
{block "body-content"}
{if $body.category.flags['TT']}
{include "category.top_ten.tpl"}
{else}
{* root specalni kategorie, napr. vanocni rozcestnik, zobrazi se jen pokud je admin nebo zapnuty v cfg *}
{if $body.category.id == $cfg.special.catId}
{$xmasRoot = true}
{elseif $ctrl.currUrl.Rel|strstr:$cfg.special.catId}
{$xmasChild = true}
{/if}
{if $dbcfg.valentine == true and $body.category.id == $cfg.special.valentine.catId}
{$valentineRoot = true}
{/if}
{if $dbcfg.valentine == true and $ctrl.currUrl.Rel|strstr:$cfg.special.valentine.catId}
{$valentineChild = true}
{/if}
{* Specialni akce (vanoce, atd) skryje filtr + leve menu *}
{if $xmasChild or $xmasRoot or $valentineRoot}
{$fullWidth = true}
{/if}
{if $body.category.flags.C and $body.category.flags.P}
{$fullWidth = true}
{/if}
{block 'categoryName'}
{function categoryName}
{if $responsive}
{if $body.category.name == "Kazety"}
{* nazev kategorie kazety + filtr kazety -> nazev "kazety - kazety" *}
{* je potreba ve "specialni akci" a v kazetach muzi + zeny dohromay *}
Kazety
{elseif !$body.category.id and $body.category.campaign == "N"}
{t}Novinky parfémů a kosmetiky{/t}
{else}
{$view->getTitle()}
{/if}
{else}
{if $body.category.name == "Kazety"}
Kazety
{elseif !$body.category.id and $body.category.campaign == "N"}
{t}Novinky parfémů a kosmetiky{/t}
{else}
{$view->getTitle()}
{/if}
{/if}
{/function}
{/block}
{if !$fullWidth}
{categoryName responsive=true}
{* kategorie se nezobrazi pri zobrazeni vyrobce, kampane + kategorie muzi nebo zeny, oblibenych, wolfovi, sleve a kampnani "skryt sekce" *}
{if !$body.producer and !($body.category.campaign && $body.category.id <= 2 ) and $body.category.campaign != 'F'
and !$body.category.is_watchdog and !$body.isDiscountCategory and !$body.category.flags.C}
{insert_sections level=1}
{/if}
{block "category-filter"}
{if !$body.category.flags.P}
{include "filter.tpl"}
{/if}
{if !$body.producer and !$body.category.campaign and !$body.isDiscountCategory}