{include file="templates/pages/catalog/elements/element-bread-crumbs.html"}
{if $catalog_mode == "catalog"}
{include file="templates/panels/panel-catalog-categories.html"}
{/if}
{if $catalog_mode == "search"}
{include file="templates/panels/panel-catalog-search.html"}
{/if}
{if $items_count> 0}
{include file="templates/pages/catalog/elements/element-navigation.html"}
{include file="templates/pages/catalog/views/mobile.html"}
{include file="templates/pages/catalog/elements/element-page-breaks.html"}
{else}
{if empty($categories[$parent].children)}
{$msg.catalog.no_results}
{lang msg=$msg.common.what_is_next url=$url_rel}
{/if}
{/if}
{include file="templates/panels/panel-account-profile.html"}
{include file="templates/panels/panel-site-pages.html"}