{$page_title|htmlspecialchars}
{include file="templates/pages/catalog/elements/element-bread-crumbs.html"}
{if $category.subcategories}
{include file="templates/pages/catalog/elements/element-sub-categories.html"}
{/if}
{**
{if $catalog_mode == "manufacturer" && $manufacturer.img != ""}
{/if}
**}
{if ($catalog_mode == "catalog") && ($category.img || ($category.description != "")) }
{if $category.img}
{/if}
{if $category.description != ""}
{$category.description}
{/if}
{/if}
{if $catalog_mode == "search"}
{include file="templates/pages/catalog/elements/element-search-box.html"}
{/if}
{if $items_count> 0}
{include file="templates/pages/catalog/elements/element-navigation.html"}
{include file=$CatalogViewFile}
{include file="templates/pages/catalog/elements/element-page-breaks.html"}
{if $VisitorSeePrice == "NO" && $auth_ok == "no" && !$user_cookie}
{$msg.catalog.register_to_see_price}
- {$url_https|string_format:$msg.catalog.click_here}
- {$url_https|string_format:$msg.catalog.or_login}
{/if}
{else}
{$msg.catalog.no_results}
{lang msg=$msg.common.what_is_next url=$url_rel}
{/if}
{if $category.description_bottom != ""}
{$category.description_bottom}
{/if}