{foreach $searchType as $key => $item}
{if !$list->isEmpty()}
{if $item.model_id == $mid}
{:lang($item.lang_name)}
{else /}
{:lang($item.lang_name)}
{/if}
{/foreach}
{foreach $list as $item}
{/foreach}
{if !empty($item.thumb)}
{/if}
{$list->render()|raw}
{else/}
{if !empty($site_website_info['no_pro_search_msg'])}
{$site_website_info.no_pro_search_msg}
{else /}
{:lang('search_empty_product_prompt')}
{/if}