{{if !empty($module_data['address_data'])}}
{{if !empty($module_data['address_data']['alias'])}} {{$module_data.address_data.alias}} {{/if}} {{$module_data.address_data.name}} {{$module_data.address_data.tel}}
{{$module_data.address_data.province_name}} {{$module_data.address_data.city_name}} {{$module_data.address_data.county_name}} {{$module_data.address_data.address}} {{if isset($module_data['address_data']['lng']) and isset($module_data['address_data']['lat']) and $module_data['address_data']['lng'] neq 0 and $module_data['address_data']['lat'] neq 0 }} {{:MyLang('map_title')}} {{/if}}
{{if !empty($module_data['address_data']['extraction_contact_name']) or !empty($module_data['address_data']['extraction_contact_tel']) or !empty($module_data['address_data']['appoint_time'])}}

{{if !empty($module_data['address_data']['extraction_contact_name'])}} {{$module_data.address_data.extraction_contact_name}} {{/if}} {{if !empty($module_data['address_data']['extraction_contact_tel'])}} {{$module_data.address_data.extraction_contact_tel}} {{/if}} {{if !empty($module_data['address_data']['appoint_time'])}} {{$module_data.address_data.appoint_time}} {{/if}}

{{/if}} {{/if}}