{{if !empty($module_data['address_data'])}}
{{$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 !empty($module_data['address_data']['idcard_name']) or !empty($module_data['address_data']['idcard_number']) or !empty($module_data['address_data']['idcard_front']) or !empty($module_data['address_data']['idcard_back'])}}{{:MyLang('order.detail_user_address_idcard')}}
{{:MyLang('order.detail_user_address_idcard_name')}}: {{$module_data.address_data.idcard_name}}
{{:MyLang('order.detail_user_address_idcard_number')}}: {{$module_data.address_data.idcard_number}}
{{if !empty($module_data['address_data']['idcard_front']) or !empty($module_data['address_data']['idcard_back'])}}{{:MyLang('order.detail_user_address_idcard_pic')}}:{{if !empty($module_data['address_data']['idcard_front'])}}{{/if}} {{if !empty($module_data['address_data']['idcard_back'])}}
{{/if}}