<{if $total}>

<{$categories[$current_category].base_name}> (<{$total}>)

<{/if}> <{if $categories[$current_category].detail}>
<{$categories[$current_category].detail}>
<{/if}>
<{assign var=search_category value=$smarty.get.category_id*1}> <{if !$categories[$search_category].son && $search_category!=0}> <{assign var=search_category value=$categories[$search_category].parent_id}> <{/if}>
<{if !$smarty.get.keywords}>
<{$lang.Category}>
<{foreach from=$categories.cur.son item=c1}> <{if $c1.base_name}> <{$c1.base_name}> <{/if}> <{/foreach}>

<{else}>
<{if $search_category}><{$categories[$search_category].base_name}><{else}><{$lang.shop_by_category}><{/if}>
<{foreach from=$categories item=list name=category_list key=key}> <{if $list.parent_id == $search_category}> <{$list.base_name}> <{/if}> <{/foreach}>

<{/if}> <{if $search_cond && $categories[$current_category].goods_type_id && !$smarty.get.keywords && $goods_list && $search_cond.propertylist}> <{if $search_cond.brands&&$search_cond.brands.display}>
<{$lang.brand}>

<{/if}> <{if $search_cond.taglist&&$search_cond.taglist.display}>
<{$lang.tag}>

<{/if}> <{foreach from=$search_cond.propertylist.parents item=list}> <{if $list.base_name && $list.num}>
<{$list.base_name}>

<{/if}> <{/foreach}> <{/if}>