{{if !empty($module_data) and in_array($module_data['order_model'], [0,2]) and !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 }}
{{/if}}
{{/if}}