{{if !empty($module_data['brand_list'])}}
  • {{if !empty($module_data['search_map_info']['brand']) and !empty($params['brand'])}}
    {{:MyLang('brand_title')}}
    {{if empty($module_data['search_map_info']['brand']['logo'])}}

    {{$module_data.search_map_info.brand.name}}

    {{else /}} {{/if}}
    {{if !empty($module_data['search_map_info']['brand']['logo'])}}

    {{$module_data.search_map_info.brand.name}}

    {{/if}}

    {{$module_data.search_map_info.brand.describe}}

    {{else /}}
    {{:MyLang('brand_title')}}
    {{:MyLang('more_title')}}
    {{/if}}
  • {{/if}}