{{if !empty($module_data['service_data']) and is_array($module_data['service_data'])}}
{{$module_data['service_data'][0]['service_name']}} {{$module_data['service_data'][0]['service_mobile']}}

{{if !empty($module_data['service_data'][0]['service_duration_minute_text'])}} {{$module_data['service_data'][0]['service_duration_minute_text']}} {{/if}} {{if !empty($module_data['service_data'][0]['service_start_time'])}}

{{$module_data['service_data'][0]['service_start_time']}}

{{/if}} {{if !empty($module_data['service_data'][0]['service_end_time'])}}

{{$module_data['service_data'][0]['service_end_time']}}

{{/if}}

{{if count($module_data.service_data) gt 1}} {{:MyLang('view_title')}}({{:count($module_data.service_data)}}) >
{{:MyLang('order.detail_service_title')}} ×
{{foreach $module_data.service_data as $v}} {{/foreach}}
{{:MyLang('order.order_base_service_name')}} {{:MyLang('order.order_base_service_mobile')}} {{:MyLang('order.order_base_service_time')}}
{{$v.service_name}} {{$v.service_mobile}} {{if !empty($v['service_duration_minute_text'])}} {{$v.service_duration_minute_text}} {{/if}} {{if !empty($v['service_start_time'])}}

{{$v.service_start_time}}

{{/if}} {{if !empty($v['service_end_time'])}}

{{$v.service_end_time}}

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